From 7939282fa4bc2ae127c0da4f0fcd332792a58ecf8e6a6c3fb0faa91f9e10b192 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Thu, 13 Feb 2020 18:39:16 +0000 Subject: [PATCH] - build mod_proxy_http2 extension OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=598 --- apache2.changes | 5 +++++ apache2.spec | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/apache2.changes b/apache2.changes index fe1bc06..14479e8 100644 --- a/apache2.changes +++ b/apache2.changes @@ -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 diff --git a/apache2.spec b/apache2.spec index 49dc21a..e7e02eb 100644 --- a/apache2.spec +++ b/apache2.spec @@ -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