summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorArt Green <Art_Green@mercmarine.com>1998-07-16 16:37:05 -0500
committerGurusamy Sarathy <gsar@cpan.org>1998-07-19 06:40:33 +0000
commitbf923b29ec0b86b7bed798ae3eddd6dfe87a1a8a (patch)
treed00eb167cc2d7a7c28bf1e9226df75dd896e8466 /hints
parente2198c6ba48b235d6f305ef870b9f67c0e708dd3 (diff)
downloadperl-bf923b29ec0b86b7bed798ae3eddd6dfe87a1a8a.tar.gz
:_75 - Update hints/aix.sh for c_r library
Message-ID: <86256644.000E61D4.00@FDLTest1.mercmarine.com> p4raw-id: //depot/perl@1557
Diffstat (limited to 'hints')
-rw-r--r--hints/aix.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/hints/aix.sh b/hints/aix.sh
index 10e7603f78..25e2048931 100644
--- a/hints/aix.sh
+++ b/hints/aix.sh
@@ -92,4 +92,11 @@ EOM
# Add the POSIX threads library and the re-entrant libc.
lddlflags=`echo $lddlflags | sed 's/ -lc$/ -lpthreads -lc_r -lc/'`
+
+ # Add the c_r library to the list of libraries wanted
+ # Make sure the c_r library is before the c library or
+ # make will fail.
+ set `echo X "$libswanted "| sed -e 's/ c / c_r c /'`
+ shift
+ libswanted="$*"
fi