Skip to content

Commit 66ef0b8

Browse files
committed
perldelta for fix embedding test on openbsd
1 parent 7439988 commit 66ef0b8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pod/perldelta.pod

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,11 @@ Added testing of the perl headers against the C++ compiler
944944
corresponding to the C compiler perl is being built with.
945945
[L<GH #22232|https://github.com/Perl/perl5/issues/22232>]
946946

947+
=item *
948+
949+
When testing embedding, add a sanity check to ensure the C<libperl> we
950+
link against matches the perl we are building. [GH #22125]
951+
947952
=back
948953

949954
=head1 Platform Support
@@ -978,6 +983,11 @@ C<-Accflags=-DNO_LOCALE_COLLATE> option to your invocation of C<./Configure>,
978983
or just C<-DNO_LOCALE_COLLATE> to the C<ccflags> and C<cppflags>
979984
variables in F<config.sh>.
980985

986+
=item OpenBSD
987+
988+
When testing embedding, ensure we link against the correct static
989+
libperl. [GH #22125]
990+
981991
=back
982992

983993
=head1 Internal Changes

0 commit comments

Comments
 (0)