diff options
author | Mike W Ellwood <mwe@rl.ac.uk> | 1999-07-22 15:28:19 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-22 20:51:17 +0000 |
commit | 5f9d9a172723844585bda023d4f5b1e3ee810733 (patch) | |
tree | 3dcb70f2058c22c3bd43589ffb6548cd8d49aedd /Makefile.SH | |
parent | 4bb3e0dae4817231fcd8bf395a07bad05dd0602b (diff) | |
download | perl-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 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index af2703def9..267a5334c1 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -311,6 +311,10 @@ case "$osname" in aix) $spitshell >>Makefile <<!GROK!THIS! LIBS = $libs +# In AIX we need to change this for building Perl itself from +# its earlier definition (which is for building external +# extensions *after* Perl has been built and installed) +CCDLFLAGS = `echo $ccdlflags|sed -e 's@-bE:.*/perl\.exp@-bE:perl.exp@'` !GROK!THIS! case "$useshrplib" in |