summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorMike W Ellwood <mwe@rl.ac.uk>1999-07-22 15:28:19 +0100
committerJarkko Hietaniemi <jhi@iki.fi>1999-07-22 20:51:17 +0000
commit5f9d9a172723844585bda023d4f5b1e3ee810733 (patch)
tree3dcb70f2058c22c3bd43589ffb6548cd8d49aedd /Configure
parent4bb3e0dae4817231fcd8bf395a07bad05dd0602b (diff)
downloadperl-5f9d9a172723844585bda023d4f5b1e3ee810733.tar.gz
AIX magic: ccdlflags needs to be different for
Perl itself and for extra-core extensions (as used by ExtUtilss::embed::ldopts). Based on the problems described in To: perl5-porters@perl.org Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick... Reply-To: m.w.ellwood@rl.ac.uk Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk> p4raw-id: //depot/cfgperl@3720
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/Configure b/Configure
index 4f5365cbc5..da92f7b28a 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Tue Jul 6 18:36:05 EET DST 1999 [metaconfig 3.0 PL70]
+# Generated on Thu Jul 22 22:55:08 EET DST 1999 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -5526,6 +5526,9 @@ EOM
;;
esac
fi
+case "$osname" in
+aix*) ccdlflags="$ccdlflags -bE:$installarchlib/CORE/perl.exp" ;;
+esac
# Respect a hint or command-line value.
case "$shrpenv" in
'') shrpenv="$tmp_shrpenv" ;;