[cpp-sp] 20/37: Remove superfluous configure arguments
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:47:46 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=e227a3bcc3f9eec27a8b0f6b2a4c15960877fd50
commit e227a3bcc3f9eec27a8b0f6b2a4c15960877fd50
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Thu Jan 21 01:39:08 2016 +0100
Remove superfluous configure arguments
* libexecdir is not used
* localstatedir defaults to /var
---
debian/rules | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index 0c6779b..6d3246d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,10 +42,8 @@ override_dh_autoreconf:
dh_autoreconf --as-needed
override_dh_auto_configure:
- dh_auto_configure -- \
- --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/shibboleth \
- --localstatedir=/var --enable-apache-24 \
- --with-apxs24=/usr/bin/apxs2 \
+ dh_auto_configure -- \
+ --enable-apache-24 --with-apxs24=/usr/bin/apxs2 \
--with-memcached --with-fastcgi --with-gssapi $(DEBUG)
# 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