diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index b324bb1..90bc5d1 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 19 19:33:34 CET 2007 - jg@suse.de + +- adjusted include path for madwifi + ------------------------------------------------------------------- Sat Mar 10 17:44:46 CET 2007 - dmueller@suse.de diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index 03cbfd3..b898456 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -17,7 +17,7 @@ BuildRequires: madwifi-devel %endif URL: http://hostap.epitest.fi/wpa_supplicant/ Version: 0.5.7 -Release: 1 +Release: 3 License: BSD License and BSD-like, GNU General Public License (GPL) Group: Productivity/Networking/Other Summary: WPA supplicant implementation @@ -59,7 +59,7 @@ cp %{SOURCE1} .config %build %ifarch %ix86 x86_64 echo CONFIG_DRIVER_MADWIFI=y >>.config -echo "CFLAGS += -I/usr/include/madwifi-0.9.2.1" >> .config +echo "CFLAGS += -I/usr/include/madwifi" >> .config %endif CFLAGS="$RPM_OPT_FLAGS" make %{?jobs:-j%jobs} cd wpa_gui @@ -85,6 +85,8 @@ install -m 755 wpa_gui/wpa_gui %{buildroot}%{_sbindir} /usr/sbin/wpa_gui %changelog +* Mon Mar 19 2007 - jg@suse.de +- adjusted include path for madwifi * Sat Mar 10 2007 - dmueller@suse.de - update to 0.5.7 (#253396): * ChangeLog is under /usr/share/doc/packages/wpa_supplicant/ChangeLog