720a7ac1e9c6e048cb300a5f1821f061a1489e13
[openwrt/openwrt.git] / package / network / utils / iproute2 / patches / 115-add-config-xtlibdir.patch
1 --- a/tc/Makefile
2 +++ b/tc/Makefile
3 @@ -124,6 +124,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