]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - iproute2/patches/iproute2-ss050901-opt_flags.patch
iproute2: Update to 3.3.0.
[people/arne_f/ipfire-3.x.git] / iproute2 / patches / iproute2-ss050901-opt_flags.patch
CommitLineData
d5598cce
MT
1diff -up iproute2-2.6.29/iproute2-2.6.29/Makefile.opt iproute2-2.6.29/iproute2-2.6.29/Makefile
2--- iproute2-2.6.29/Makefile.opt 2008-08-12 14:19:58.000000000 +0200
3+++ iproute2-2.6.29/Makefile 2008-08-12 14:21:42.000000000 +0200
4@@ -22,7 +22,7 @@ ADDLIB+=ipx_ntop.o ipx_pton.o
5
6 CC = gcc
7 HOSTCC = gcc
8-CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
9+CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall $(RPM_OPT_FLAGS)
10 CFLAGS = $(CCOPTS) -I../include $(DEFINES)
11 YACCFLAGS = -d -t -v
12