pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libtool-base Fix for libtool locking on AIX. Fo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff3796e2559e
branches: trunk
changeset: 490148:ff3796e2559e
user: garbled <garbled%pkgsrc.org@localhost>
date: Thu Mar 03 22:30:15 2005 +0000
description:
Fix for libtool locking on AIX. Found by grant, tested by me on aix 4.3.3
diffstat:
devel/libtool-base/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 98b06376cbd8 -r ff3796e2559e devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile Thu Mar 03 21:32:54 2005 +0000
+++ b/devel/libtool-base/Makefile Thu Mar 03 22:30:15 2005 +0000
@@ -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 @@
.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)
Home |
Main Index |
Thread Index |
Old Index