From: Rainer Tammer Date: Fri, 17 Jul 2009 08:23:43 +0000 (+0200) Subject: hints/aix.sh remove libgdbm from wanted libs - dbm_store() is defective in the AIX... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c533d96e5f6c9e94d3d34f6ff54accc877705220;p=p5sagit%2Fp5-mst-13.2.git hints/aix.sh remove libgdbm from wanted libs - dbm_store() is defective in the AIX Toolbox --- diff --git a/hints/aix.sh b/hints/aix.sh index 26737fe..a7c8df2 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -538,4 +538,11 @@ libswanted=`echo " $libswanted " | sed -e 's/ bsd / /'` libswanted=`echo " $libswanted " | sed -e 's/ BSD / /'` d_flock='undef' +# remove libgdbm from wanted libraries +# The libgdbm 1.8.3 from the AIX Toolbox is not working +# (the dbm_store() function is defective) +libswanted=`echo " $libswanted " | sed -e 's/ gdbm / /'` +i_gdbm='undef' +i_gdbmndbm='undef' + # EOF