[apache2] 01/01: build mod_authnz_fcgi

Stefan Fritsch sf at moszumanska.debian.org
Sun Sep 28 10:10:52 UTC 2014


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

sf pushed a commit to branch master
in repository apache2.

commit bd83e787ae2a6b526d2f1fc807e45cf08407303e
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sun Sep 28 12:05:43 2014 +0200

    build mod_authnz_fcgi
---
 debian/changelog                                  | 1 +
 debian/config-dir/mods-available/authnz_fcgi.load | 1 +
 debian/rules                                      | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0ff9a06..303f1ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 apache2 (2.4.10-3) UNRELEASED; urgency=medium
 
+  * Include mod_authnz_fcgi. Closes: #762908
   * Add NEWS entry for the logrotate change in 2.4.10-2.
   * Bump Standards-version (no changes).
 
diff --git a/debian/config-dir/mods-available/authnz_fcgi.load b/debian/config-dir/mods-available/authnz_fcgi.load
new file mode 100644
index 0000000..69d757c
--- /dev/null
+++ b/debian/config-dir/mods-available/authnz_fcgi.load
@@ -0,0 +1 @@
+LoadModule authnz_fcgi_module /usr/lib/apache2/modules/mod_authnz_fcgi.so
diff --git a/debian/rules b/debian/rules
index d5c49aa..24c5e9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,7 +86,7 @@ override_dh_auto_configure: generate-maintainer-scripts prebuild-checks support/
 		--with-pcre=yes \
 		--enable-pie \
 		--enable-mpms-shared=all \
-		--enable-mods-shared="all cgi ident" \
+		--enable-mods-shared="all cgi ident authnz_fcgi" \
 		--enable-mods-static="unixd logio watchdog version" \
 		CFLAGS="$(AP2_CFLAGS)" CPPFLAGS="$(AP2_CPPFLAGS)" LDFLAGS="$(AP2_LDFLAGS)" \
 		LTFLAGS="$(AP2_LTFLAGS)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list