From bf923b29ec0b86b7bed798ae3eddd6dfe87a1a8a Mon Sep 17 00:00:00 2001 From: Art Green Date: Thu, 16 Jul 1998 16:37:05 -0500 Subject: [PATCH] :_75 - Update hints/aix.sh for c_r library Message-ID: <86256644.000E61D4.00@FDLTest1.mercmarine.com> p4raw-id: //depot/perl@1557 --- hints/aix.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hints/aix.sh b/hints/aix.sh index 10e7603..25e2048 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 -- 2.7.4