From 79c530cb74824bda9eaf13218c0c013baf5ac51f Mon Sep 17 00:00:00 2001 From: Rainer Tammer Date: Thu, 13 Nov 2008 16:14:46 +0100 Subject: Re: 5.8.9 RC1 report Message-ID: <491C3656.3010509@tammer.net> p4raw-id: //depot/perl@34852 --- hints/aix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hints') diff --git a/hints/aix.sh b/hints/aix.sh index cc253f804c..5c07c12c8a 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -164,7 +164,7 @@ case "$cc" in # -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 -- cgit v1.2.1