forked from pool/gsoap
Reenable optimization
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=28
This commit is contained in:
@@ -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};
|
||||
|
Reference in New Issue
Block a user