1
0
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:
Jan Engelhardt 2020-11-11 11:22:27 +00:00 committed by Git OBS Bridge
parent 64e31cc27c
commit ca984c3113
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -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