[mupen64plus-ui-console] 129/172: Enable -fPIC to fix build error with pie enabled

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:07:40 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 3f758eb68b1f6ce57b15c0d62cd21bac315240f9
Author: Sven Eckelmann <sven at narfation.org>
Date:   Wed Jun 5 13:52:20 2013 +0200

    Enable -fPIC to fix build error with pie enabled
---
 debian/changelog | 4 +++-
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 26646de..6b5ab18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,9 @@ mupen64plus-ui-console (2.0~rc2+1+b39a4ffc9d54-1) UNRELEASED; urgency=low
 
   * New Upstream Snapshot from b39a4ffc9d54aabd72ae95947b7b046e2e1a56bb
   * Depend on mupen64plus-frontend-abi-2.1.1 in debian/control
-  * Enable link-time optimization in debian/rules similar to upstream
+  * debian/rules
+    - Enable link-time optimization in debian/rules similar to upstream
+    - Enable -fPIC to fix build error with pie enabled
 
  -- Sven Eckelmann <sven at narfation.org>  Tue, 28 May 2013 19:55:36 +0200
 
diff --git a/debian/rules b/debian/rules
index 9691f6e..e83d17a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-export DEB_CFLAGS_MAINT_APPEND=-flto
+export DEB_CFLAGS_MAINT_APPEND=-flto -fPIC
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)

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