[med-svn] [pbcopper] 01/01: Build with -fPIC

Afif Elghraoui afif at moszumanska.debian.org
Sun Dec 18 22:45:01 UTC 2016


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

afif pushed a commit to branch master
in repository pbcopper.

commit 2d258e8293870f0564bcb78cbe2232d82be9fada
Author: Afif Elghraoui <afif at debian.org>
Date:   Sun Dec 18 13:20:09 2016 -0800

    Build with -fPIC
    
    This is needed in order to build unanimity.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2b2965d..d15fa99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
 
 #export DH_VERBOSE = 1
 
+# needed to build consensuscore2
+export DEB_CXXFLAGS_MAINT_APPEND=-fPIC
+
 # The package FTBFS if we don't call the build directory "build"
 %:
 	dh $@ --builddirectory=build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbcopper.git



More information about the debian-med-commit mailing list