Jan Engelhardt 2013-06-27 08:47:04 +00:00 committed by Git OBS Bridge
parent 433ea44bdd
commit 2009a8a48e
2 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,7 @@ Thu Jun 27 06:44:56 UTC 2013 - jengelh@inai.de
* Fixed HTTP digest authentication with DIME/MIME transfers. * Fixed HTTP digest authentication with DIME/MIME transfers.
* Fixed OpenSSL subject alt name check. * Fixed OpenSSL subject alt name check.
* Fixed a HTTP 100 message handling issue. * Fixed a HTTP 100 message handling issue.
- Reenable default optimization
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 28 22:31:47 UTC 2013 - jengelh@inai.de Thu Feb 28 22:31:47 UTC 2013 - jengelh@inai.de

View File

@ -106,7 +106,7 @@ symlinks for libgsoap.
%prep %prep
%if 0%{?__xz:1} %if 0%{?__xz:1}
%setup -qn gsoap-%version %setup -q
%else %else
tar -xf "%{S:0}" --use=xz; tar -xf "%{S:0}" --use=xz;
%setup -DTq %setup -DTq
@ -117,8 +117,9 @@ tar -xf "%{S:0}" --use=xz;
# Rebuild configure - fix that utterly long mktime test. # Rebuild configure - fix that utterly long mktime test.
autoreconf -fi; autoreconf -fi;
%configure --enable-ipv6 --disable-static CFLAGS="-O0 -ggdb3 -DWITH_NO_IPV6_V6ONLY" CXXFLAGS="-O0 -ggdb3 -DWITH_NO_IPV6_V6ONLY" %configure --enable-ipv6 --disable-static
pushd gsoap/src/; pushd gsoap/src/;
# build prerequisites for parallel build first
make soapcpp2_yacc.c; make soapcpp2_yacc.c;
popd; popd;
make %{?_smp_mflags}; make %{?_smp_mflags};