[xmltooling] 01/19: Disable forcing of libtool --silent

Ferenc Wágner wferi-guest at moszumanska.debian.org
Thu Jul 21 18:18:58 UTC 2016


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

wferi-guest pushed a commit to branch patch-queue/debian/experimental
in repository xmltooling.

commit 786b31d2e7f351b9e3ee9fecec572070da943e70
Author: Russ Allbery <rra at debian.org>
Date:   Sat Dec 7 20:34:13 2013 -0800

    Disable forcing of libtool --silent
    
    Debian build log analysis wants verbose logs.
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9f3684d..f1cfa29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -429,7 +429,8 @@ AM_CONDITIONAL(BUILD_UNITTEST,test -f ${CXXTEST})
 
 AX_CREATE_PKGCONFIG_INFO(,,[$XMLSEC_LIBS -lxmltooling],[OpenSAML XMLTooling-C library])
 
-LIBTOOL="$LIBTOOL --silent"
+dnl Disabled on Debian since build log analysis wants verbose logs.
+dnl LIBTOOL="$LIBTOOL --silent"
 
 # output packaging and makefiles
 AC_OUTPUT

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