[cpp-sp] 33/78: Force building the Apache 2.2 module
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:40:08 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.0.dfsg1-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=cadb6baf6ff31bde83609ff5ba4e550ddcd0602c
commit cadb6baf6ff31bde83609ff5ba4e550ddcd0602c
Author: Ferenc Wagner <wferi at niif.hu>
AuthorDate: Wed Jun 25 17:46:08 2008 +0200
Force building the Apache 2.2 module
Otherwise the module version is based on the currently installed
Apache version. In our case there is none, so module building
gets skipped.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index a308d72..0c59ffa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,8 +46,8 @@ configure-stamp:
dh_testdir
cp /usr/share/misc/config.guess config.guess
cp /usr/share/misc/config.sub config.sub
- CFLAGS="$(CFLAGS)" ./configure --prefix=/usr \
- --sysconfdir=/etc --localstatedir=/var \
+ CFLAGS="$(CFLAGS)" ./configure --enable-apache-22 \
+ --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-dependency-tracking $(SYSTEM) $(DEBUG)
touch $@
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list