mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
iftop: fix compilation with GCC 10
GCC 10 defaults to fno-common, which demands unique defenitions. Patch taken from buildroot. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Paul Spooren
parent
78b22d532a
commit
7b60ca26c2
+1
-1
@@ -1,7 +1,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=iftop
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://code.blinkace.com/pdw/iftop.git
|
||||
|
||||
Reference in New Issue
Block a user