Skip to content

Commit 8d450aa

Browse files
committed
text EXTRALIBS/LDLOADLIBS in favour of hacking ...
LDDLFLAGS
1 parent 2acd7ae commit 8d450aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile.PL

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ WriteMakefile1(
100100
XS => { $xsfile => "Statgrab.c" },
101101
OBJECT => q/$(O_FILES)/,
102102
INC => join(" ", @{$autoconf->{extra_preprocess_flags}}),
103-
LDDLFLAGS => join(" ", $Config{lddlflags}, @{$autoconf->{extra_link_flags}}),
104-
LDFLAGS => join(" ", @{$autoconf->{extra_link_flags}}),
103+
#LDDLFLAGS => join(" ", $Config{lddlflags}, @{$autoconf->{extra_link_flags}}),
104+
EXTRALIBS => join(" ", @{$autoconf->{extra_link_flags}}),
105+
LDLOADLIBS => join(" ", @{$autoconf->{extra_link_flags}}),
105106
PREREQ_PM => \%RUN_DEPS,
106107
BUILD_REQUIRES => { %BUILD_DEPS, %CONFIGURE_DEPS },
107108
TEST_REQUIRES => \%TEST_DEPS,

0 commit comments

Comments
 (0)