aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/175-reduce-dynamic-syms.patch
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2020-11-12 18:18:52 +0100
committerHans Dedecker <dedeckeh@gmail.com>2020-11-14 09:24:48 +0100
commitee8ef9b10b3b5eb13f83940ef79cf73f0f18584b (patch)
treece88a67c340024c75719fe02d80179aab2b7252f /package/network/utils/iproute2/patches/175-reduce-dynamic-syms.patch
parent95b0751d0f626fea70843dd90a3789349c355888 (diff)
downloadupstream-ee8ef9b10b3b5eb13f83940ef79cf73f0f18584b.tar.gz
upstream-ee8ef9b10b3b5eb13f83940ef79cf73f0f18584b.tar.bz2
upstream-ee8ef9b10b3b5eb13f83940ef79cf73f0f18584b.zip
iproute2: update to 5.9
Update iproute2 to latest stable 5.9; for the changes see https://lwn.net/Articles/834755/ Refresh patches Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> Acked-by: Hauke Mehrtens <hauke@huake-m.de>
Diffstat (limited to 'package/network/utils/iproute2/patches/175-reduce-dynamic-syms.patch')
-rw-r--r--package/network/utils/iproute2/patches/175-reduce-dynamic-syms.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/iproute2/patches/175-reduce-dynamic-syms.patch b/package/network/utils/iproute2/patches/175-reduce-dynamic-syms.patch
index e5d5492a35..da961a183b 100644
--- a/package/network/utils/iproute2/patches/175-reduce-dynamic-syms.patch
+++ b/package/network/utils/iproute2/patches/175-reduce-dynamic-syms.patch
@@ -9,7 +9,7 @@
endif
TCLIB := tc_core.o
-@@ -143,7 +143,7 @@ MODDESTDIR := $(DESTDIR)$(LIBDIR)/tc
+@@ -144,7 +144,7 @@ MODDESTDIR := $(DESTDIR)$(LIBDIR)/tc
all: tc $(TCSO)
tc: $(TCOBJ) $(LIBNETLINK) libtc.a
@@ -18,7 +18,7 @@
libtc.a: $(TCLIB)
$(QUIET_AR)$(AR) rcs $@ $^
-@@ -165,6 +165,7 @@ install: all
+@@ -166,6 +166,7 @@ install: all
clean:
rm -f $(TCOBJ) $(TCLIB) libtc.a tc *.so emp_ematch.tab.h; \
rm -f emp_ematch.tab.*
@@ -26,7 +26,7 @@
q_atm.so: q_atm.c
$(QUIET_CC)$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm
-@@ -204,4 +205,15 @@ static-syms.h: $(wildcard *.c)
+@@ -205,4 +206,15 @@ static-syms.h: $(wildcard *.c)
sed -n '/'$$s'[^ ]* =/{s:.* \([^ ]*'$$s'[^ ]*\) .*:extern char \1[] __attribute__((weak)); if (!strcmp(sym, "\1")) return \1;:;p}' $$files ; \
done > $@