[mupen64plus-core] 127/310: Remove unnecessary --as-needed from linker flags

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:57:35 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-core.

commit aa82161acfc9402f68a7bc732a0c9076002019a1
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sun Nov 6 17:10:38 2011 +0100

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

diff --git a/debian/changelog b/debian/changelog
index c5b0d62..be1baff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ mupen64plus-core (1.99.4+82+34538de0d26b-1) UNRELEASED; urgency=low
   * debian/patches:
     - Rebase printf_fixup.patch and savestatepath_config.patch on top of
       1.99.4+82+34538de0d26b
+  * Remove unnecessary --as-needed from linker flags in debian/rules
 
  -- Sven Eckelmann <sven at narfation.org>  Sun, 04 Sep 2011 12:54:18 +0200
 
diff --git a/debian/rules b/debian/rules
index a9cacfb..71bca9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,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/ LIBDIR="/usr/lib/$(DEB_HOST_MULTIARCH)" PIC=1 OPTFLAGS=""

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



More information about the Pkg-games-commits mailing list