mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Add wpa_supplicant package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1023 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
12
package/wpa_supplicant/patches/opt_cflags.patch
Normal file
12
package/wpa_supplicant/patches/opt_cflags.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- wpa_supplicant-0.3.8/Makefile.orig 2005-02-14 02:55:47.000000000 +0100
|
||||
+++ wpa_supplicant-0.3.8/Makefile 2005-05-21 21:06:03.000000000 +0200
|
||||
@@ -3,7 +3,8 @@
|
||||
endif
|
||||
|
||||
ifndef CFLAGS
|
||||
-CFLAGS = -MMD -O2 -Wall -g
|
||||
+OPT_FLAGS = -O2 -g
|
||||
+CFLAGS = -MMD $(OPT_FLAGS) -Wall
|
||||
endif
|
||||
|
||||
# Include directories for CVS version
|
||||
Reference in New Issue
Block a user