[xmltooling] 04/05: Force linking the libraries with -lpthread again

Ferenc Wágner wferi at moszumanska.debian.org
Fri Dec 16 11:53:05 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 a1ae4d68870f05219b38c71bc1f19d4aca8b27de
Author: Ferenc Wágner <wferi at debian.org>
Date:   Fri Dec 16 10:34:11 2016 +0100

    Force linking the libraries with -lpthread again
    
    It's a more targeted version of c9b709b, which I removed via 28c0572 not
    noticing the resulting dpkg-shlibdeps warnings.  Besides #468555, see also
    https://lists.gnu.org/archive/html/libtool/2012-02/msg00003.html.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 5fefe46..19924fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ endif
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(DEBUG) \
+	    PTHREAD_CFLAGS=-pthread PTHREAD_LIBS=-lpthread \
 	    --with-xmlsec
 
 override_dh_auto_build-indep:

-- 
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