[mame] 01/01: Pass -fPIC to arm64 build to workaround yet another build issue.

Jordi Mallach jordi at moszumanska.debian.org
Wed Nov 2 10:57:19 UTC 2016


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

jordi pushed a commit to branch master
in repository mame.

commit 81568052f4603acd0e55fbe0b65b4e9b5c2566ef
Author: Jordi Mallach <jordi at debian.org>
Date:   Wed Nov 2 11:57:03 2016 +0100

    Pass -fPIC to arm64 build to workaround yet another build issue.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0b3f4ee..a4f6ee8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mame (0.179-2) UNRELEASED; urgency=medium
+
+  * Pass -fPIC to arm64 build to workaround yet another build issue.
+
+ -- Jordi Mallach <jordi at debian.org>  Wed, 02 Nov 2016 11:56:14 +0100
+
 mame (0.179-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 9226367..72d4506 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,7 +61,7 @@ endif
 
 ifeq ($(DEB_HOST_ARCH),arm64)
 DEB_OPTS += \
-    ARCHOPTS=-mabi=lp64 \
+    ARCHOPTS=-mabi=lp64 -fPIC\
     OVERRIDE_CXX=g++-5 \
     OVERRIDE_CC=gcc-5 \
     CC=gcc-5

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



More information about the Pkg-games-commits mailing list