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