hints/aix.sh remove libgdbm from wanted libs - dbm_store() is defective in the AIX...
authorRainer Tammer <tammer@tammer.net>
Fri, 17 Jul 2009 08:23:43 +0000 (10:23 +0200)
committerCraig A. Berry <craigberry@mac.com>
Fri, 17 Jul 2009 14:54:09 +0000 (09:54 -0500)
hints/aix.sh

index 26737fe..a7c8df2 100644 (file)
@@ -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