- Temporarily work around -fno-common build failure [boo#1160267].

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=190
This commit is contained in:
Jan Engelhardt 2020-01-12 22:45:16 +00:00 committed by Git OBS Bridge
parent 978b5afcd3
commit 45234ce9ee
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 12 22:44:42 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Temporarily work around -fno-common build failure [boo#1160267].
-------------------------------------------------------------------
Wed Jan 8 16:22:13 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -91,7 +91,7 @@ perl -i -lpe 's{AC_INIT\(gsoap, 2.8\)}{AC_INIT([gsoap], [%version])}' \
# Rebuild configure - fix that utterly long mktime test.
# Also needed because Makefile.am and configure.ac are touched.
autoreconf -fi
%configure --enable-ipv6 --disable-static
%configure --enable-ipv6 --disable-static CFLAGS="%optflags -fcommon"
pushd gsoap/src/
# build prerequisites for parallel build first
make soapcpp2_yacc.c