]> git.ipfire.org Git - ipfire-3.x.git/blame - iproute2/patches/iproute2-3.11.0-optflags.patch
iproute2: Update to 3.14.0.
[ipfire-3.x.git] / iproute2 / patches / iproute2-3.11.0-optflags.patch
CommitLineData
094be68a
MT
1diff --git a/Makefile b/Makefile
2index 95266f5..1876ec4 100644
3--- a/Makefile
4+++ b/Makefile
5@@ -34,7 +34,7 @@ CCOPTS = -O2
6 WFLAGS := -Wall -Wstrict-prototypes -Wmissing-prototypes
7 WFLAGS += -Wmissing-declarations -Wold-style-definition
8
9-CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
10+CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES) $(RPM_OPT_FLAGS)
11 YACCFLAGS = -d -t -v
12
13 SUBDIRS=lib ip tc bridge misc netem genl man