[xmltooling] 02/05: Provoke build error on undefined symbols in the library

Ferenc Wágner wferi at moszumanska.debian.org
Fri Dec 16 11:53:04 UTC 2016


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

wferi pushed a commit to branch debian/master
in repository xmltooling.

commit 3395fb95bf5a6e2ac2386cbf3fdaee7a7e779504
Author: Ferenc Wágner <wferi at debian.org>
Date:   Wed Dec 14 12:31:37 2016 +0100

    Provoke build error on undefined symbols in the library
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index e0f9ab5..5fefe46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 # Enable compiler hardening flags.
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+# Ensure that we link against all needed libraries (cf. Policy 10.2)
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs
+
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
     DEBUG = --enable-debug
 else

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



More information about the Pkg-shibboleth-devel mailing list