atheros: refresh 2.6.33 patches
[openwrt.git] / package / iproute2 / patches / 110-extra-ccopts.patch
1 --- ./Makefile.old 2009-10-18 21:14:18.344641842 +0200
2 +++ ./Makefile 2009-10-18 21:14:33.558618672 +0200
3 @@ -22,7 +22,7 @@
4
5 CC = gcc
6 HOSTCC = gcc
7 -CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
8 +CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall $(EXTRA_CCOPTS)
9 CFLAGS = $(CCOPTS) -I../include $(DEFINES)
10 YACCFLAGS = -d -t -v
11
This page took 0.041795 seconds and 5 git commands to generate.