[Pkg-gnupg-commit] [gpgme] 01/09: avoid -pie since it conflicts with -fpic when building

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Oct 12 13:35:08 UTC 2016


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

dkg pushed a commit to branch experimental
in repository gpgme.

commit adda4cb896b6fee423dd966e552586cae27215bb
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Oct 12 03:51:58 2016 -0400

    avoid -pie since it conflicts with -fpic when building
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 14a7ba7..ce7415b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 
 %:
 	dh $@ --with autoreconf --parallel

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



More information about the Pkg-gnupg-commit mailing list