We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aac048 commit f5d0c6cCopy full SHA for f5d0c6c
src/pl/plperl/Makefile.PL
@@ -29,8 +29,11 @@ EndOfMakefile
29
exit(0);
30
}
31
32
+my $ldopts=ldopts();
33
+$ldopts=~s/$Config{ccdlflags}//;
34
+
35
WriteMakefile( 'NAME' => 'plperl',
- dynamic_lib => { 'OTHERLDFLAGS' => ldopts() } ,
36
+ dynamic_lib => { 'OTHERLDFLAGS' => $ldopts } ,
37
INC => "$ENV{EXTRA_INCLUDES}",
38
XS => { 'SPI.xs' => 'SPI.c' },
39
OBJECT => 'plperl.o eloglvl.o SPI.o',
0 commit comments