pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper revert rev. 1.7. Although it should be corr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3587e68ba099
branches:  trunk
changeset: 650742:3587e68ba099
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Apr 26 07:59:58 2015 +0000

description:
revert rev. 1.7. Although it should be correct in theory it interacts
with the build of some packages in subtle ways, and needs more testing.

diffstat:

 mk/wrapper/buildcmd |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 8c4499063cd2 -r 3587e68ba099 mk/wrapper/buildcmd
--- a/mk/wrapper/buildcmd       Sun Apr 26 07:58:57 2015 +0000
+++ b/mk/wrapper/buildcmd       Sun Apr 26 07:59:58 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildcmd,v 1.8 2015/04/25 22:26:41 wiz Exp $
+# $NetBSD: buildcmd,v 1.9 2015/04/26 07:59:58 tnn Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -68,10 +68,9 @@
 ######################################################################
 # Treat the '--as-needed' and '--no-as-needed' arguments to ld as if
 # they are libraries so that they still surround the given library.
-# Same for '-Wl,--whole-archive' and '-Wl,--no-whole-archive'.
 # WARNING: this may not work if the wrapper reorders libraries.
 ######################################################################
--l*|--as-needed|--no-as-needed|-Wl,--whole-archive|-Wl,--no-whole-archive)
+-l*|--as-needed|--no-as-needed)
        case $libs in
        *" "$arg)
                ;;



Home | Main Index | Thread Index | Old Index