[flexpart] 05/05: arm64 now requires -fno-pie to build

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jul 28 09:31:45 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository flexpart.

commit fc86e591c7cf60146baef4c600beeef066466e68
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Dec 16 09:33:48 2016 +0000

    arm64 now requires -fno-pie to build
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8c290a8..25510c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+flexpart (9.02-15) unstable; urgency=medium
+
+  * arm64 now requires -fno-pie to build
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Fri, 16 Dec 2016 09:33:26 +0000
+
 flexpart (9.02-14) unstable; urgency=medium
 
   * Move to debhelper 10.
diff --git a/debian/rules b/debian/rules
index ac6591e..8c751f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ ifeq ($(CPU), amd64)
   export FCFLAGS= -mcmodel=medium
 endif
 ifeq ($(CPU), arm64)
-  export FCFLAGS= -mcmodel=large
+  export FCFLAGS= -mcmodel=large -fno-pie
 endif
 ifeq ($(CPU), ppc64el)
   export FCFLAGS= -mcmodel=large

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flexpart.git



More information about the debian-science-commits mailing list