pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libtool-base add a comment describing the option...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1ce45d14511
branches:  trunk
changeset: 490184:e1ce45d14511
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Mar 05 07:43:05 2005 +0000

description:
add a comment describing the options used on AIX.

diffstat:

 devel/libtool-base/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 954ccaf04641 -r e1ce45d14511 devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile       Sat Mar 05 04:34:40 2005 +0000
+++ b/devel/libtool-base/Makefile       Sat Mar 05 07:43:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2005/03/03 22:30:15 garbled Exp $
+# $NetBSD: Makefile,v 1.58 2005/03/05 07:43:05 grant Exp $
 #
 
 .include "../../devel/libtool/Makefile.common"
@@ -22,8 +22,11 @@
 TEST_TARGET=   check
 
 .if ${OPSYS} == "AIX"
-LDFLAGS+=       -Wl,-brtl
-CONFIGURE_ARGS+=    --disable-libtool-lock
+# always build libraries and executables that use the runtime linker.
+# in addition, disable libtool locking, as the test is broken on AIX,
+# and results in files being locked indefinitely.
+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