summaryrefslogtreecommitdiffstats
path: root/build/rpm
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2012-01-17 00:17:23 +0100
committerGraham Leggett <minfrin@apache.org>2012-01-17 00:17:23 +0100
commita94da6ff0ff4e088f79cac3e2bca23b516fdbcaf (patch)
treec336ad84a63e14270dc7cd39a176be4a4d915bd4 /build/rpm
parentUpdate xforms (diff)
downloadapache2-a94da6ff0ff4e088f79cac3e2bca23b516fdbcaf.tar.xz
apache2-a94da6ff0ff4e088f79cac3e2bca23b516fdbcaf.zip
RPM: Add mod_bucketeer, mod_case_filter and mod_case_filter_in to the RPM
spec file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1232224 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rpm')
-rw-r--r--build/rpm/httpd.spec.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in
index de473207ad..8e97145d80 100644
--- a/build/rpm/httpd.spec.in
+++ b/build/rpm/httpd.spec.in
@@ -156,7 +156,8 @@ rm -rf srclib/{apr,apr-util,pcre}
--enable-pie \
--with-pcre \
--enable-mods-shared=all \
- --enable-ssl --with-ssl --enable-socache-dc \
+ --enable-ssl --with-ssl --enable-socache-dc --enable-bucketeer \
+ --enable-case-filter --enable-case-filter-in \
--enable-policy \
--disable-imagemap
@@ -332,9 +333,12 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/httpd/modules/mod_authz_owner.so
%{_libdir}/httpd/modules/mod_authz_user.so
%{_libdir}/httpd/modules/mod_autoindex.so
+%{_libdir}/httpd/modules/mod_bucketeer.so
%{_libdir}/httpd/modules/mod_buffer.so
%{_libdir}/httpd/modules/mod_cache_disk.so
%{_libdir}/httpd/modules/mod_cache.so
+%{_libdir}/httpd/modules/mod_case_filter.so
+%{_libdir}/httpd/modules/mod_case_filter_in.so
%{_libdir}/httpd/modules/mod_cgid.so
%{_libdir}/httpd/modules/mod_charset_lite.so
%{_libdir}/httpd/modules/mod_data.so