pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libtool-base Make libtool work better on AIX. T...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d60dc67c1fb
branches:  trunk
changeset: 490144:1d60dc67c1fb
user:      garbled <garbled%pkgsrc.org@localhost>
date:      Thu Mar 03 20:33:44 2005 +0000

description:
Make libtool work better on AIX.  There is still one problem remaining,
and that is that it sets needs_locking for AIX, and then locks
indefinately when compiling.  Unsure how to fix that.

diffstat:

 devel/libtool-base/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 6f3961d5cb31 -r 1d60dc67c1fb devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile       Thu Mar 03 20:23:51 2005 +0000
+++ b/devel/libtool-base/Makefile       Thu Mar 03 20:33:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2005/01/19 16:33:56 tv Exp $
+# $NetBSD: Makefile,v 1.56 2005/03/03 20:33:44 garbled Exp $
 #
 
 .include "../../devel/libtool/Makefile.common"
@@ -21,6 +21,9 @@
 
 TEST_TARGET=   check
 
+.if ${OPSYS} == "AIX"
+LDFLAGS+=       -Wl,-brtl
+.endif
 .if ${OPSYS} == "NetBSD"
 .  if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so)
 CONFIGURE_ARGS+=       --disable-shared



Home | Main Index | Thread Index | Old Index