tech-pkg archive

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

Re: HEADS UP: libtool update



On Wed, Dec 16, 2009 at 09:37:29PM +0900, OBATA Akio wrote:
> It probably came from results of configure script, need to send config.status 
> or config.log instead?
> In config.status:
> 
> lt_prog_compiler_wl='-Wl,
> '
> ...
> inherit_rpath='no
> '

Attached is a patch for testing for this issue. Please report any issues
with it.

Joerg
Index: Makefile
===================================================================
RCS file: /home/joerg/repo/netbsd/pkgsrc/devel/libtool-base/Makefile,v
retrieving revision 1.89
diff -u -p -r1.89 Makefile
--- Makefile    16 Dec 2009 15:27:34 -0000      1.89
+++ Makefile    17 Dec 2009 01:35:35 -0000
@@ -94,3 +94,10 @@ BUILDLINK_DEPMETHOD.dlcompat=        build
 
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
+
+.if ${OPSYS} == "NetBSD"
+# XXX Works around a bug in /bin/ksh on NetBSD 5.0 and earlier.
+# XXX The bug results in wl containing a trailing newline.
+# XXX Search for "How to pass" in the resulting libtool file.
+CONFIGURE_ARGS:=       --no-reexec ${CONFIGURE_ARGS}
+.endif


Home | Main Index | Thread Index | Old Index