aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/Makefile
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2018-12-13 23:49:32 -0800
committerHans Dedecker <dedeckeh@gmail.com>2019-03-14 22:55:06 +0100
commitb61495409bb398b1967d7da305a49a6f077cb55a (patch)
tree4b098ff1957ac5e9084b5f28bd3df3ef4f178aba /package/network/utils/iproute2/Makefile
parent0b57a2165a4c9c0f5f5032d7924ef65539571b1f (diff)
downloadupstream-b61495409bb398b1967d7da305a49a6f077cb55a.tar.gz
upstream-b61495409bb398b1967d7da305a49a6f077cb55a.tar.bz2
upstream-b61495409bb398b1967d7da305a49a6f077cb55a.zip
iproute2: tc: reduce size of dynamic symbol table
In the case of SHARED_LIBS=y, don't use -export-dynamic to place *all* symbols into the dynamic symbol table. Instead, use --dynamic-list to export a smaller set of symbols similar to that defined in static-syms.h in the case of SHARED_LIBS=n, avoiding an 11 KB tc package size increase. The symbol set is based on that required by the only plugin, m_xt.so. Also increment PKG_RELEASE. Signed-off-by: Tony Ambardar <itugrok@yahoo.com> Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [PKG_RELEASE fixup]
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 f48636e996..96ad4a0ae3 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.20.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2