Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=1d372ab1a0da9215937fc6c6e1d1cfe35a2a1312

commit 1d372ab1a0da9215937fc6c6e1d1cfe35a2a1312
Author: Michel Hermier <[email protected]>
Date:   Fri Feb 22 12:35:32 2013 +0100

makepkg: Move as needed option to frugalware-current/source/include/util.sh.

diff --git a/scripts/makepkg b/scripts/makepkg
index 7a387b0..96cd1c9 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -1342,17 +1342,6 @@ if grep -i -q "^# Compiling Time: [~0-9\.]\+ SBU$" 
$BUILDSCRIPT && \
fi
fi

-if [ "`check_option NOASNEEDED`" ]; then
-       msg "Using --no-as-needed in LDFLAGS"
-       LDFLAGS+=" -Wl,--no-as-needed"
-else
-       if [ "`check_option ASNEEDED`" ]; then
-               msg "Using --as-needed in LDFLAGS"
-               LDFLAGS+=" -Wl,--as-needed"
-       fi
-fi
-export LDFLAGS
-
# retrieve sources
msg "Retrieving Sources..."
mkdir -p src
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to