Accepting request 235954 from Base:System

- Update hostapd-2.1-defconfig.patch and spec file 
  to build with libnl3 instead of libnl1 (forwarded request 235595 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/235954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=26
This commit is contained in:
Stephan Kulow 2014-06-02 05:00:46 +00:00 committed by Git OBS Bridge
commit 06ca869db0
3 changed files with 16 additions and 3 deletions

View File

@ -1,7 +1,14 @@
Index: hostapd-2.1/hostapd/defconfig
===================================================================
--- hostapd-2.1.orig/hostapd/defconfig
+++ hostapd-2.1/hostapd/defconfig
@@ -32,7 +32,7 @@ CONFIG_DRIVER_NL80211=y
#CONFIG_LIBNL20=y
# Use libnl 3.2 libraries (if this is selected, CONFIG_LIBNL20 is ignored)
-#CONFIG_LIBNL32=y
+CONFIG_LIBNL32=y
# Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
@@ -43,7 +43,7 @@ CONFIG_DRIVER_NL80211=y
#LIBS_c += -L/usr/local/lib

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 27 19:57:16 UTC 2014 - crrodriguez@opensuse.org
- Update hostapd-2.1-defconfig.patch and spec file
to build with libnl3 instead of libnl1
-------------------------------------------------------------------
Wed Apr 16 15:50:48 UTC 2014 - i@marguerite.su

View File

@ -17,9 +17,9 @@
Name: hostapd
BuildRequires: libnl-1_1-devel
BuildRequires: openssl-devel
BuildRequires: sqlite3-devel
BuildRequires: pkgconfig(libnl-3.0) >= 3.0
BuildRequires: pkgconfig(systemd)
Summary: Turns Your WLAN Card into a WPA capable Access Point
License: GPL-2.0 or BSD-3-Clause