iproute2: update to 5.3.0
[openwrt/staging/chunkeey.git] / package / network / utils / iproute2 / patches / 115-add-config-xtlibdir.patch
1 --- a/tc/Makefile
2 +++ b/tc/Makefile
3 @@ -123,6 +123,9 @@ CFLAGS += -DCONFIG_GACT -DCONFIG_GACT_PR
4 ifneq ($(IPT_LIB_DIR),)
5 CFLAGS += -DIPT_LIB_DIR=\"$(IPT_LIB_DIR)\"
6 endif
7 +ifneq ($(XT_LIB_DIR),)
8 + CFLAGS += -DXT_LIB_DIR=\"$(XT_LIB_DIR)\"
9 +endif
10
11 YACC := bison
12 LEX := flex