mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11:14 +00:00
5715b21f80
Update iproute2 to 5.5.0 Enable LTO to save several KB of size Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
13 lines
288 B
Diff
13 lines
288 B
Diff
--- a/tc/Makefile
|
|
+++ b/tc/Makefile
|
|
@@ -124,6 +124,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
|
|
|
|
LEX := flex
|
|
CFLAGS += -DYY_NO_INPUT
|