- Pass --enable-broken-httpd-auth to configure. Assumes all apache2

packages contain security patches regardless of their version number.
  Should fix the build on SLES12 and perhaps elsewhere.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=213
This commit is contained in:
Stefan Sperling 2015-08-06 11:30:01 +00:00 committed by Git OBS Bridge
parent 404628c794
commit 0b4fd41e51
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 6 11:28:23 UTC 2015 - stsp@elego.de
- Pass --enable-broken-httpd-auth to configure. Assumes all apache2
packages contain security patches regardless of their version number.
Should fix the build on SLES12 and perhaps elsewhere.
-------------------------------------------------------------------
Thu Aug 6 11:10:50 UTC 2015 - stsp@elego.de

View File

@ -314,7 +314,8 @@ export LDFLAGS="-pie"
%endif
--disable-mod-activation \
--with-libmagic \
--disable-static
--disable-static \
--enable-broken-httpd-auth
make %{?_smp_mflags}
make doc-api %{?_smp_mflags}