1
0
forked from pool/libosmo-sccp

Accepting request 812120 from network:telephony

- Set CFLAGS+=-fcommon.

OBS-URL: https://build.opensuse.org/request/show/812120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosmo-sccp?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2020-06-07 19:38:21 +00:00 committed by Git OBS Bridge
commit 4c9e86e6e6
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jun 6 23:05:34 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Set CFLAGS+=-fcommon.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 7 11:42:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de> Tue Jan 7 11:42:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -160,7 +160,7 @@ a STP, such as Global Title Routing, Global Title Translation.
%build %build
echo "%version" >.tarball-version echo "%version" >.tarball-version
autoreconf -fiv autoreconf -fiv
%configure \ %configure CFLAGS="%optflags -fcommon" \
--disable-static \ --disable-static \
--includedir="%_includedir/%name" \ --includedir="%_includedir/%name" \
--docdir="%_defaultdocdir/%name" \ --docdir="%_defaultdocdir/%name" \