]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/wpa_supplicant
extra hd: disabled blkid cache use.
[people/pmueller/ipfire-2.x.git] / lfs / wpa_supplicant
index 0825608af97a6e77baa1875eeeb250955077da77..8b25cf19667590459516305fed036a5b6036cd74 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.6.9
+VER        = 0.7.3
 
 THISAPP    = wpa_supplicant-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 0efb8fcedf0a8acf6f423dfdb0658fdd
+$(DL_FILE)_MD5 = f516f191384a9a546e3f5145c08addda
 
 install : $(TARGET)
 
@@ -77,6 +77,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP)/wpa_supplicant && cp $(DIR_SRC)/config/wpa_supplicant/config ./.config
        cd $(DIR_APP)/wpa_supplicant && sed -e "s/wpa_cli\ dynamic_eap_methods/wpa_cli\ #dynamic_eap_methods/" -i Makefile
        cd $(DIR_APP)/wpa_supplicant && sed -e "s@/usr/local@/usr@g" -i Makefile
-       cd $(DIR_APP)/wpa_supplicant && make && make install
+       cd $(DIR_APP)/wpa_supplicant && CFLAGS+=-I/usr/src/linux/include make && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)