[mupen64plus-ui-console] 81/172: Remove unnecessary --as-needed from linker flags

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:07:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-ui-console.

commit 5b07cd3a60f625e5a8cf126059a9c4e3c31b5726
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sun Nov 6 17:31:24 2011 +0100

    Remove unnecessary --as-needed from linker flags
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 ---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1d0d381..1b1ccf1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mupen64plus-ui-console (1.99.4+23+86aec84c1b27-2) UNRELEASED; urgency=low
+
+  * Remove unnecessary --as-needed from linker flags in debian/rules
+
+ -- Sven Eckelmann <sven at narfation.org>  Sun, 06 Nov 2011 17:26:44 +0100
+
 mupen64plus-ui-console (1.99.4+23+86aec84c1b27-1) experimental; urgency=low
 
   * New upstream snapshot from revision 86aec84c1b2735ff5d4d3f4f6b0342497d4dc5ae
diff --git a/debian/rules b/debian/rules
index cf67d5a..8030f35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,6 @@ export CXXFLAGS=$(shell dpkg-buildflags --get CXXFLAGS)
 export LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-
-LDFLAGS += -Wl,--as-needed
-
 DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 MAKEOPTIONS = V=1 UNAME='$(DEB_HOST_ARCH_OS)' HOST_CPU='$(DEB_HOST_GNU_CPU)' APIDIR=/usr/include/mupen64plus/ DEBUG=1 PREFIX=/usr/ COREDIR="/usr/lib/$(DEB_HOST_MULTIARCH)/" PLUGINDIR="/usr/lib/$(DEB_HOST_MULTIARCH)/mupen64plus" MANDIR=/usr/share/man/ BINDIR=/usr/games/ OPTFLAGS=""

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-ui-console.git



More information about the Pkg-games-commits mailing list