From c987e0ff2812547c75fad1d48aa8ee2d5df0d01b371bd8a28ec123e4b13a19ae Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Fri, 19 Jun 2020 16:01:16 +0000 Subject: [PATCH] Accepting request 812292 from home:mnhauke - Set CFLAGS+=-fcommon OBS-URL: https://build.opensuse.org/request/show/812292 OBS-URL: https://build.opensuse.org/package/show/network:utilities/netsniff-ng?expand=0&rev=36 --- netsniff-ng.changes | 5 +++++ netsniff-ng.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/netsniff-ng.changes b/netsniff-ng.changes index a6f7a99..32eb014 100644 --- a/netsniff-ng.changes +++ b/netsniff-ng.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 7 19:32:53 UTC 2020 - Martin Hauke + +- Set CFLAGS+=-fcommon + ------------------------------------------------------------------- Mon May 4 13:49:28 UTC 2020 - Martin Hauke diff --git a/netsniff-ng.spec b/netsniff-ng.spec index 9f24e2e..6cd87dc 100644 --- a/netsniff-ng.spec +++ b/netsniff-ng.spec @@ -73,7 +73,7 @@ The netsniff-ng toolkit consists of the following utilities: export NACL_LIB=sodium export NACL_INC_DIR=/usr/include/sodium ./configure --disable-geoip -make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: CFLAGS="%{optflags}" +make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: CFLAGS="%{optflags} -fcommon" %install make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR=%{buildroot}