]> git.pld-linux.org Git - packages/wpa_supplicant.git/commitdiff
- rel 6; build with libnl >= 2.0 auto/th/wpa_supplicant-0_7_3-6 auto/ti/wpa_supplicant-0_7_3-6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 27 Mar 2011 21:53:06 +0000 (21:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wpa_supplicant.config -> 1.10
    wpa_supplicant.spec -> 1.81

wpa_supplicant.config
wpa_supplicant.spec

index 9bb0ed32ec63377af697448ce8eab3742d1abb94..a81a09ce876eb57c1d38b6813455f30fe1dd54b8 100644 (file)
@@ -317,3 +317,5 @@ CONFIG_IEEE80211R=y
 #LIBS_p += -lbfd -liberty -lz
 #LIBS_c += -lbfd -liberty -lz
 
+# libnl 2.0 (3.0) support
+CONFIG_LIBNL20=1
index 841a8f881787965179c158b56dce58f73604c326..5f145227e668dda7674239473a2bc08c5114ab15 100644 (file)
@@ -19,7 +19,7 @@ Summary:      Linux WPA/WPA2/RSN/IEEE 802.1X supplicant
 Summary(pl.UTF-8):     Suplikant WPA/WPA2/RSN/IEEE 802.1X dla Linuksa
 Name:          wpa_supplicant
 Version:       0.7.3
-Release:       5
+Release:       6
 License:       GPL v2
 Group:         Networking
 Source0:       http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
@@ -36,7 +36,7 @@ Patch5:               dbus-services.patch
 Patch6:                bss-changed-prop-notify.patch
 URL:           http://hostap.epitest.fi/wpa_supplicant/
 %{?with_dbus:BuildRequires:    dbus-devel}
-BuildRequires: libnl-devel
+BuildRequires: libnl-devel >= 1:2.0
 %{?with_madwifi:BuildRequires: madwifi-devel}
 BuildRequires: ncurses-devel
 BuildRequires: openssl-devel
@@ -156,12 +156,14 @@ echo 'CONFIG_DRIVER_MADWIFI=y' >> wpa_supplicant/.config
 
 %build
 %{__make} -C wpa_supplicant \
+       V=1 \
        CC="%{__cc}" \
        LDFLAGS="%{rpmldflags}" \
        OPTCFLAGS="%{rpmcppflags} %{rpmcflags}"
 
 # eapol_test:
 %{__make} -C wpa_supplicant eapol_test \
+       V=1 \
        CC="%{__cc}" \
        LDFLAGS="%{rpmldflags}" \
        OPTCFLAGS="%{rpmcppflags} %{rpmcflags}"
@@ -171,6 +173,7 @@ cd wpa_supplicant/wpa_gui-qt4
 qmake-qt4 -o Makefile wpa_gui.pro
 cd ../..
 %{__make} -C wpa_supplicant wpa_gui-qt4 \
+       V=1 \
        QTDIR=%{_libdir}/qt4 \
        UIC=%{_bindir}/uic-qt4 \
        CC="%{__cc}" \
This page took 0.116178 seconds and 4 git commands to generate.