[apache2] 02/03: Add Build-Depends on libbrotli-dev and enable brotli module

Ondřej Surý ondrej at debian.org
Sun Jan 14 11:10:30 UTC 2018


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

ondrej pushed a commit to branch master
in repository apache2.

commit 5a0afb5a83587da7fbb958666a90cd3743b1a7a9
Author: Ondřej Surý <ondrej at sury.org>
Date:   Sun Jan 14 11:01:51 2018 +0000

    Add Build-Depends on libbrotli-dev and enable brotli module
---
 debian/config-dir/mods-available/brotli.load | 1 +
 debian/control                               | 1 +
 debian/rules                                 | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/config-dir/mods-available/brotli.load b/debian/config-dir/mods-available/brotli.load
new file mode 100644
index 0000000..ebd48ed
--- /dev/null
+++ b/debian/config-dir/mods-available/brotli.load
@@ -0,0 +1 @@
+LoadModule brotli_module /usr/lib/apache2/modules/mod_brotli.so
diff --git a/debian/control b/debian/control
index 52fba12..7a2e465 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends: autotools-dev,
                gawk | awk,
                libapr1-dev (>= 1.6.0),
                libaprutil1-dev (>= 1.6.0),
+               libbrotli-dev (>= 1.0.0),
                liblua5.2-dev,
                libnghttp2-dev,
                libpcre3-dev,
diff --git a/debian/rules b/debian/rules
index 4aa18f4..e811c46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -115,7 +115,7 @@ configure-stamp: prebuild-checks-stamp support/suexec-custom.c
 		--with-pcre=yes \
 		--enable-pie \
 		--enable-mpms-shared=all \
-		--enable-mods-shared="all cgi ident authnz_fcgi imagemap cern_meta proxy_fdpass proxy_http2 bucketeer case_filter case_filter_in" \
+		--enable-mods-shared="all brotli cgi ident authnz_fcgi imagemap cern_meta proxy_fdpass proxy_http2 bucketeer case_filter case_filter_in" \
 		--enable-mods-static="unixd logio watchdog version" \
 		CFLAGS="$(AP2_CFLAGS)" CPPFLAGS="$(AP2_CPPFLAGS)" LDFLAGS="$(AP2_LDFLAGS)" \
 		LTFLAGS="$(AP2_LTFLAGS)" SHELL=/bin/bash

-- 
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