summaryrefslogtreecommitdiff
path: root/hints/aix.sh
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2009-04-06 12:27:02 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2009-04-06 12:27:02 +0200
commitf67e8e0b613ff0f60cec100cef479f7e4c895e84 (patch)
tree18673816e70c41cb8ceb7c8efd5569457ab16536 /hints/aix.sh
parent081f72ad6fa2b76e0b3cd9046371b2dbd9130114 (diff)
downloadperl-f67e8e0b613ff0f60cec100cef479f7e4c895e84.tar.gz
Remove libbsd/libBSD from wanted libs on AIX
Subject: libbsd on AIX From: Rainer Tammer <tammer@tammer.net> Date: Fri, 03 Apr 2009 11:59:18 +0200 Message-ID: <49D5DDF6.5050804@tammer.net>
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