[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, debian, updated. upstream/2.0.dfsg1-34-gc93a0ce
Ferenc Wagner
wferi at niif.hu
Wed Jun 25 18:01:10 UTC 2008
The following commit has been merged in the debian branch:
commit cadb6baf6ff31bde83609ff5ba4e550ddcd0602c
Author: Ferenc Wagner <wferi at niif.hu>
Date: 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.
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 $@
--
Debian packaging for the 2.0 Apache Shibboleth SP
More information about the Pkg-shibboleth-devel
mailing list