Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf5d0c6c

Browse files
committed
Apparently, on some systems, ExtUtils::Embed and MakeMaker are slightly
broken, and its impossible to make a shared library when compiling withboth CCDLFLAGS and LDDLFAGS, you have to pick one or the other.Alex Pilosov
1 parent7aac048 commitf5d0c6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/pl/plperl/Makefile.PL

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ EndOfMakefile
2929
exit(0);
3030
}
3131

32+
my$ldopts=ldopts();
33+
$ldopts=~s/$Config{ccdlflags}//;
34+
3235
WriteMakefile('NAME'=>'plperl',
33-
dynamic_lib=> {'OTHERLDFLAGS'=> ldopts() } ,
36+
dynamic_lib=> {'OTHERLDFLAGS'=>$ldopts } ,
3437
INC=>"$ENV{EXTRA_INCLUDES}",
3538
XS=> {'SPI.xs'=>'SPI.c' },
3639
OBJECT=>'plperl.o eloglvl.o SPI.o',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp