- 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:
parent
404628c794
commit
0b4fd41e51
@ -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
|
Thu Aug 6 11:10:50 UTC 2015 - stsp@elego.de
|
||||||
|
|
||||||
|
@ -314,7 +314,8 @@ export LDFLAGS="-pie"
|
|||||||
%endif
|
%endif
|
||||||
--disable-mod-activation \
|
--disable-mod-activation \
|
||||||
--with-libmagic \
|
--with-libmagic \
|
||||||
--disable-static
|
--disable-static \
|
||||||
|
--enable-broken-httpd-auth
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
make doc-api %{?_smp_mflags}
|
make doc-api %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user