summaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/110-extra-ccopts.patch
blob: af38fe19894d1a1831fd5e434659e6990c998b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ ADDLIB+=ipx_ntop.o ipx_pton.o
 CC = gcc
 HOSTCC = gcc
 DEFINES += -D_GNU_SOURCE
-CCOPTS = -O2
+CCOPTS = -O2 $(EXTRA_CCOPTS)
 WFLAGS := -Wall -Wstrict-prototypes -Werror -Wmissing-prototypes
 WFLAGS += -Wmissing-declarations -Wold-style-definition