summaryrefslogtreecommitdiff
path: root/hints/aix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/aix.sh')
-rw-r--r--hints/aix.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/aix.sh b/hints/aix.sh
index 20c353c79d..26737fe7be 100644
--- a/hints/aix.sh
+++ b/hints/aix.sh
@@ -533,4 +533,9 @@ EOF
;;
esac
+# remove libbsd.a from wanted libraries
+libswanted=`echo " $libswanted " | sed -e 's/ bsd / /'`
+libswanted=`echo " $libswanted " | sed -e 's/ BSD / /'`
+d_flock='undef'
+
# EOF