summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2005-03-03 22:30:15 +0000
committergarbled <garbled@pkgsrc.org>2005-03-03 22:30:15 +0000
commit3f735beba0458f5249aa41c6c6f2680577a67502 (patch)
tree6a52286f0bffc8a8c1c870d9a4b3c03d535dcf45 /devel/libtool-base
parent518e91afa601b4e45626fee412cbb2b38c7b4ce5 (diff)
downloadpkgsrc-3f735beba0458f5249aa41c6c6f2680577a67502.tar.gz
Fix for libtool locking on AIX. Found by grant, tested by me on aix 4.3.3
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 41c9a9ae3ef..caf1e1ec7e9 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2005/03/03 20:33:44 garbled Exp $
+# $NetBSD: Makefile,v 1.57 2005/03/03 22:30:15 garbled Exp $
#
.include "../../devel/libtool/Makefile.common"
@@ -23,6 +23,7 @@ TEST_TARGET= check
.if ${OPSYS} == "AIX"
LDFLAGS+= -Wl,-brtl
+CONFIGURE_ARGS+= --disable-libtool-lock
.endif
.if ${OPSYS} == "NetBSD"
. if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so)