[gadap] 11/16: No longer build static libs with -fPIC. Closes: #842097

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Jul 27 15:28:47 UTC 2017


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

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

commit 866e1a9dccb9fcd43bd03da7939c822f2713181b
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu May 18 08:13:27 2017 +0100

    No longer build static libs with -fPIC. Closes: #842097
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b65b823..b70fde2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gadap (2.0-8) unstable; urgency=medium
+
+  * No longer build static libs with -fPIC. Closes: #842097
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Thu, 18 May 2017 08:12:09 +0100
+
 gadap (2.0-7) unstable; urgency=medium
 
   * Build -fPIC
diff --git a/debian/rules b/debian/rules
index d5bee1a..2f4e15e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export DH_VERBOSE=1
 DESTDIR:=`pwd`/debian/tmp/
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 LIBDIR:=/usr/lib/$(DEB_HOST_MULTIARCH)
-CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) -fPIC
+CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) -fPIE
 
 # The magic debhelper  rule
 %:

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



More information about the debian-science-commits mailing list