Change 34852 by [EMAIL PROTECTED] on 2008/11/16 20:08:43

        Subject: Re: 5.8.9 RC1 report
        From: Rainer Tammer <[EMAIL PROTECTED]>
        Date: Thu, 13 Nov 2008 15:14:46 +0100
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/hints/aix.sh#110 edit

Differences ...

==== //depot/perl/hints/aix.sh#110 (text) ====
Index: perl/hints/aix.sh
--- perl/hints/aix.sh#109~34073~        2008-06-18 07:42:55.000000000 -0700
+++ perl/hints/aix.sh   2008-11-16 12:08:43.000000000 -0800
@@ -164,7 +164,7 @@
 # -bE:$(BASEEXT).exp       Export these symbols.  This file contains only one
 #                          symbol: boot_$(EXP)  can it be auto-generated?
 if test $usenativedlopen = 'true' ; then
-    lddlflags="$lddlflags -bhalt:4 -bexpall -G -bnoentry -lc"
+    lddlflags="$lddlflags -bhalt:4 -G -bI:\$(PERL_INC)/perl.exp 
-bE:\$(BASEEXT).exp -bnoentry -lc -lm"
 else
     lddlflags="$lddlflags -bhalt:4 -bM:SRE -bI:\$(PERL_INC)/perl.exp 
-bE:\$(BASEEXT).exp -bnoentry -lc"
     fi
End of Patch.

Reply via email to