From: Tom Callaway Date: Thu, 22 Feb 2007 14:39:02 +0000 (-0800) Subject: [perl #41587] [PATCH] 5.8.8 make sure we get the proper ldflags on libperl.so X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4882b61547d81040dca6c16217df7f87642b227a;p=p5sagit%2Fp5-mst-13.2.git [perl #41587] [PATCH] 5.8.8 make sure we get the proper ldflags on libperl.so From: Tom Callaway (via RT) Message-ID: p4raw-id: //depot/perl@30530 --- diff --git a/Makefile.SH b/Makefile.SH index 3ad0d4c..76aa4d1 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -80,6 +80,9 @@ true) linklibperl="-L. -lperl" shrpldflags="$shrpldflags -Wl,--image-base,0x57000000" ;; + linux*) + shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib" + ;; aix*) shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp" case "$osvers" in