From b7f4045523af658e570672ce54453dd2bb9fe65b Mon Sep 17 00:00:00 2001 From: garbled Date: Thu, 3 Mar 2005 22:30:15 +0000 Subject: Fix for libtool locking on AIX. Found by grant, tested by me on aix 4.3.3 --- devel/libtool-base/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3