[cpp-sp] 12/37: dh_auto_configure uses --disable-dependency-tracking by default
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:47:38 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.5.5+dfsg1-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=d271e5eb7672c93ebbf732f8accc39065d3cd6e0
commit d271e5eb7672c93ebbf732f8accc39065d3cd6e0
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Thu Jan 21 00:07:57 2016 +0100
dh_auto_configure uses --disable-dependency-tracking by default
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 1a89317..1a8f5b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,7 @@ override_dh_auto_configure:
dh_auto_configure -- \
--libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/shibboleth \
--localstatedir=/var --enable-apache-24 \
- --with-apxs24=/usr/bin/apxs2 --disable-dependency-tracking \
+ --with-apxs24=/usr/bin/apxs2 \
--with-memcached --with-fastcgi --with-gssapi $(SYSTEM)
# Move supporting scripts from the configuration directory into /usr/sbin
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list