Jan Engelhardt 2020-06-06 23:06:16 +00:00 committed by Git OBS Bridge
parent 32cae2f874
commit 9432e4f68d
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>

View File

@ -160,11 +160,11 @@ a STP, such as Global Title Routing, Global Title Translation.
%build
echo "%version" >.tarball-version
autoreconf -fiv
%configure \
--disable-static \
--includedir="%_includedir/%name" \
%configure CFLAGS="%optflags -fcommon" \
--disable-static \
--includedir="%_includedir/%name" \
--docdir="%_defaultdocdir/%name" \
--with-systemdsystemunitdir=%_unitdir
--with-systemdsystemunitdir=%_unitdir
make %{?_smp_mflags}
%install