hints/aix.sh remove libgdbm from wanted libs - dbm_store() is defective in the AIX...
Rainer Tammer [Fri, 17 Jul 2009 08:23:43 +0000 (10:23 +0200)]
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