]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - iproute2/patches/iproute2-ss050901-opt_flags.patch
flex: Update to 2.5.36.
[people/amarx/ipfire-3.x.git] / iproute2 / patches / iproute2-ss050901-opt_flags.patch
1 diff -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