From 2009a8a48e4ee21b44a4c19a1bfb65d635a98a14d3cc78ab69e206d53d51734d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 27 Jun 2013 08:47:04 +0000 Subject: [PATCH] Reenable optimization OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=28 --- gsoap.changes | 1 + gsoap.spec | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gsoap.changes b/gsoap.changes index 97d8c34..0cb2690 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -11,6 +11,7 @@ Thu Jun 27 06:44:56 UTC 2013 - jengelh@inai.de * Fixed HTTP digest authentication with DIME/MIME transfers. * Fixed OpenSSL subject alt name check. * Fixed a HTTP 100 message handling issue. +- Reenable default optimization ------------------------------------------------------------------- Thu Feb 28 22:31:47 UTC 2013 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index 7430b9f..4012191 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -106,7 +106,7 @@ symlinks for libgsoap. %prep %if 0%{?__xz:1} -%setup -qn gsoap-%version +%setup -q %else tar -xf "%{S:0}" --use=xz; %setup -DTq @@ -117,8 +117,9 @@ tar -xf "%{S:0}" --use=xz; # Rebuild configure - fix that utterly long mktime test. 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/; +# build prerequisites for parallel build first make soapcpp2_yacc.c; popd; make %{?_smp_mflags};