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 <[email protected]> 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
