forked from pool/iptraf-ng
Accepting request 847762 from home:mwilck:branches:network:utilities
- Fix build error on SLE12 (%make_build not defined) OBS-URL: https://build.opensuse.org/request/show/847762 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iptraf-ng?expand=0&rev=11
This commit is contained in:
parent
64e31cc27c
commit
ca984c3113
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 11 10:52:12 UTC 2020 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
- Fix build error on SLE12 (%make_build not defined)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 16 14:11:17 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Sun Aug 16 14:11:17 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ breakdowns, and LAN station packet and byte counts.
|
|||||||
%autosetup -n %name-%version -p1
|
%autosetup -n %name-%version -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build CFLAGS="%optflags -D_GNU_SOURCE"
|
%{?make_build}%{!?make_build:make %{?_smp_mflags}} CFLAGS="%optflags -D_GNU_SOURCE"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install prefix="%_prefix" V=1
|
%make_install prefix="%_prefix" V=1
|
||||||
|
Loading…
Reference in New Issue
Block a user