[mupen64plus-ui-console] 84/172: Force PIE to prevent build failures

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 7ded6ca7b1d2f6908129090b9e240cc98627cdaf
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sat Nov 12 22:04:49 2011 +0100

    Force PIE to prevent build failures
---
 debian/changelog | 4 +++-
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a6343cb..8bc6ee7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
 mupen64plus-ui-console (1.99.4+27+bdcc13172958-1) UNRELEASED; urgency=low
 
   * New upstream snapshot from revision bdcc131729587084653df131e73abd8e435e08a0
-  * Remove unnecessary --as-needed from linker flags in debian/rules
+  * debian/rules:
+    - Remove unnecessary --as-needed from linker flags
+    - Force PIE to prevent build failures
 
  -- Sven Eckelmann <sven at narfation.org>  Sun, 06 Nov 2011 17:26:44 +0100
 
diff --git a/debian/rules b/debian/rules
index 8030f35..146218a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 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=""
+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="" PIE=1
 
 binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep:
 	dh $@ --sourcedirectory="projects/unix" --parallel --list-missing

-- 
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