ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / package / network / utils / iproute2 / patches / 115-add-config-xtlibdir.patch
1 --- a/tc/Makefile
2 +++ b/tc/Makefile
3 @@ -119,6 +119,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 LEX := flex
12 CFLAGS += -DYY_NO_INPUT