summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-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)