Accepting request 816046 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/816046 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netsniff-ng?expand=0&rev=7
This commit is contained in:
commit
b3129c9607
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 7 19:32:53 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Set CFLAGS+=-fcommon
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 4 13:49:28 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
Mon May 4 13:49:28 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ The netsniff-ng toolkit consists of the following utilities:
|
|||||||
export NACL_LIB=sodium
|
export NACL_LIB=sodium
|
||||||
export NACL_INC_DIR=/usr/include/sodium
|
export NACL_INC_DIR=/usr/include/sodium
|
||||||
./configure --disable-geoip
|
./configure --disable-geoip
|
||||||
make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: CFLAGS="%{optflags}"
|
make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: CFLAGS="%{optflags} -fcommon"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR=%{buildroot}
|
make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR=%{buildroot}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user