aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-12-14 09:47:05 +0100
committerHans Dedecker <dedeckeh@gmail.com>2018-12-14 09:57:15 +0100
commit6ff27cf0f5f2eaf2044a454395b59260c2227597 (patch)
tree2d30ab2d13ebf8bdeaee08a555179b265cf1b84a /package/network/utils/iproute2/Makefile
parent81bb9189e4e598f04a0675e4c4aa0dc9c57db4ba (diff)
downloadupstream-6ff27cf0f5f2eaf2044a454395b59260c2227597.tar.gz
upstream-6ff27cf0f5f2eaf2044a454395b59260c2227597.tar.bz2
upstream-6ff27cf0f5f2eaf2044a454395b59260c2227597.zip
iproute2: backport patch fixing incorrect usage of LDFLAGS
Backport upstream patch fixing incorrect passing of -lxtables to LDFLAGS instead of LDLIBS in the tc/Makefile Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r--package/network/utils/iproute2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index 5bd3bd89cc..6d3305b5ad 100644
--- a/package/network/utils/iproute2/Makefile
+++ b/package/network/utils/iproute2/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=iproute2
PKG_VERSION:=4.19.0
-PKG_RELEASE:=5
+PKG_RELEASE:=6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2