diff options
author | Graham Leggett <minfrin@apache.org> | 2011-11-29 11:36:26 +0000 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-11-29 11:36:26 +0000 |
commit | 3b63a01d64cf0ad63e9d87c67da7c0fe79db62d9 (patch) | |
tree | 2019f2533ee3524b52454139b8a6b8429cd4968d /build/rpm | |
parent | ba324d58118c8f5a4a7c1aae8c4e6d9d3692909e (diff) | |
download | httpd-3b63a01d64cf0ad63e9d87c67da7c0fe79db62d9.tar.gz |
RPM: Remove stray configure options that are covered by
--enable-mods-shared=all.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207834 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rpm')
-rw-r--r-- | build/rpm/httpd.spec.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 4634870dc4..63883e4e8b 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -110,14 +110,6 @@ rm -rf srclib/{apr,apr-util,pcre} --enable-pie \ --enable-mods-shared=all \ --enable-ssl --with-ssl --enable-distcache \ - --enable-proxy \ - --enable-cache \ - --enable-disk-cache \ - --enable-ldap --enable-authnz-ldap \ - --enable-cgid \ - --enable-authn-anon --enable-authn-alias \ - --enable-session --enable-session-cookie \ - --enable-session-dbd \ --disable-imagemap make %{?_smp_mflags} |