let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / wpa_supplicant / patches / 102-opt_cflags.patch
1 --- wpa_supplicant-0.3.8/Makefile.orig 2005-02-14 02:55:47.000000000 +0100
2 +++ wpa_supplicant-0.3.8/Makefile 2005-05-21 21:06:03.000000000 +0200
3 @@ -3,7 +3,8 @@
4 endif
5
6 ifndef CFLAGS
7 -CFLAGS = -MMD -O2 -Wall -g
8 +OPT_FLAGS = -O2 -g
9 +CFLAGS = -MMD $(OPT_FLAGS) -Wall
10 endif
11
12 # Include directories for CVS version