SHA256
1
0
forked from pool/gsoap
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

@@ -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};