version 0.6.9, to match net/wpa_supplicant. The wpa_gui application appears largely unchanged according to the change log. 2009-01-06 - v0.6.7 * fixed PSK editing in wpa_gui 2006-01-29 - v0.5.1 * wpa_cli/wpa_gui: skip non-socket files in control directory when using UNIX domain sockets; this avoids selecting an incorrect interface (e.g., a PID file could be in this directory, even though use of this directory for something else than socket files is not recommended)
13 lines
430 B
Text
13 lines
430 B
Text
$NetBSD: patch-aa,v 1.2 2009/08/22 06:33:40 dsainty Exp $
|
|
|
|
--- wpa_supplicant/Makefile.orig 2006-10-22 19:05:39.000000000 -0400
|
|
+++ wpa_supplicant/Makefile 2006-10-22 19:05:53.000000000 -0400
|
|
@@ -1163,7 +1163,7 @@ windows-bin: $(WINALL)
|
|
$(STRIP) $(WINALL)
|
|
|
|
wpa_gui/Makefile:
|
|
- qmake -o wpa_gui/Makefile wpa_gui/wpa_gui.pro
|
|
+ $(QMAKE) -o wpa_gui/Makefile wpa_gui/wpa_gui.pro
|
|
|
|
wpa_gui: wpa_gui/Makefile
|
|
$(MAKE) -C wpa_gui
|