SHA256
1
0
forked from pool/apache2

- build mod_proxy_http2 extension

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=598
This commit is contained in:
Petr Gajdos 2020-02-13 18:39:16 +00:00 committed by Git OBS Bridge
parent 23ccb79755
commit 7939282fa4
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 13 18:38:57 UTC 2020 - pgajdos@suse.com
- build mod_proxy_http2 extension
-------------------------------------------------------------------
Wed Feb 12 13:13:05 UTC 2020 - pgajdos@suse.com

View File

@ -408,6 +408,9 @@ function configure {
--enable-case_filter \
--enable-case_filter_in \
--enable-imagemap \
%if 0%{?build_http2}
--enable-http2 \
%endif
--with-ldap \
--enable-ldap \
--enable-authnz_ldap \
@ -416,6 +419,9 @@ function configure {
--enable-proxy-connect \
--enable-proxy-ftp \
--enable-proxy-http \
%if 0%{?build_http2}
--enable-proxy-http2 \
%endif
--enable-proxy-fdpass \
--enable-cache \
--enable-disk-cache \
@ -965,6 +971,7 @@ rm %{buildroot}/%{sysconfdir}/*.test
%{_libdir}/%{name}-prefork/mod_heartmonitor.so
%if 0%{?build_http2}
%{_libdir}/%{name}-prefork/mod_http2.so
%{_libdir}/%{name}-prefork/mod_proxy_http2.so
%endif
%{_libdir}/%{name}-prefork/mod_imagemap.so
%{_libdir}/%{name}-prefork/mod_include.so
@ -1093,6 +1100,7 @@ rm %{buildroot}/%{sysconfdir}/*.test
%{_libdir}/%{name}-worker/mod_heartmonitor.so
%if 0%{?build_http2}
%{_libdir}/%{name}-worker/mod_http2.so
%{_libdir}/%{name}-worker/mod_proxy_http2.so
%endif
%{_libdir}/%{name}-worker/mod_imagemap.so
%{_libdir}/%{name}-worker/mod_include.so
@ -1220,6 +1228,7 @@ rm %{buildroot}/%{sysconfdir}/*.test
%{_libdir}/%{name}-event/mod_headers.so
%if 0%{?build_http2}
%{_libdir}/%{name}-event/mod_http2.so
%{_libdir}/%{name}-event/mod_proxy_http2.so
%endif
%{_libdir}/%{name}-event/mod_heartmonitor.so
%{_libdir}/%{name}-event/mod_imagemap.so