1
0

Accepting request 322551 from home:Andreas_Schwab:Factory

- Remove apache2 packaging bug workaround

OBS-URL: https://build.opensuse.org/request/show/322551
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=60
This commit is contained in:
Roman Drahtmueller
2015-08-14 09:05:30 +00:00
committed by Git OBS Bridge
parent 04161e1ee5
commit f5f160d0bf
2 changed files with 5 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 13 13:59:41 UTC 2015 - schwab@suse.de
- Remove apache2 packaging bug workaround
-------------------------------------------------------------------
Tue Aug 4 08:29:01 UTC 2015 - schwab@suse.de

View File

@@ -110,15 +110,6 @@ make %{?_smp_mflags}
#
%if !0%{?qemu_user_space_build}
mkdir t/run
# workaround for 32-bit where /usr/lib64/apache2-prefork is hardcoded?
cat >> t/conf/extra.conf.in <<-EOF
LoadModule authn_core_module %{_libdir}/apache2-prefork/mod_authn_core.so
LoadModule authz_core_module %{_libdir}/apache2-prefork/mod_authz_core.so
LoadModule authz_user_module %{_libdir}/apache2-prefork/mod_authz_user.so
LoadModule deflate_module %{_libdir}/apache2-prefork/mod_deflate.so
LoadModule proxy_module %{_libdir}/apache2-prefork/mod_proxy.so
LoadModule proxy_http_module %{_libdir}/apache2-prefork/mod_proxy_http.so
EOF
t/TEST -start-httpd -port select -startup_timeout 720
t/TEST -run-tests || true
t/TEST -stop-httpd