mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 17:18:59 +00:00
13 lines
278 B
Diff
13 lines
278 B
Diff
|
--- a/tc/Makefile
|
||
|
+++ b/tc/Makefile
|
||
|
@@ -120,6 +120,9 @@ CFLAGS += -DCONFIG_GACT -DCONFIG_GACT_PR
|
||
|
ifneq ($(IPT_LIB_DIR),)
|
||
|
CFLAGS += -DIPT_LIB_DIR=\"$(IPT_LIB_DIR)\"
|
||
|
endif
|
||
|
+ifneq ($(XT_LIB_DIR),)
|
||
|
+ CFLAGS += -DXT_LIB_DIR=\"$(XT_LIB_DIR)\"
|
||
|
+endif
|
||
|
|
||
|
YACC := bison
|
||
|
LEX := flex
|