Change 34884 by [EMAIL PROTECTED] on 2008/11/18 15:12:44
Integrate:
[ 34852]
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/maint-5.10/perl/hints/aix.sh#4 integrate
Differences ...
==== //depot/maint-5.10/perl/hints/aix.sh#4 (text) ====
Index: perl/hints/aix.sh
--- perl/hints/aix.sh#3~34259~ 2008-09-03 15:16:31.000000000 -0700
+++ perl/hints/aix.sh 2008-11-18 07:12:44.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.