diff --git a/hostapd-2.1-defconfig.patch b/hostapd-2.1-defconfig.patch index 5dd2c1e..c1d895f 100644 --- a/hostapd-2.1-defconfig.patch +++ b/hostapd-2.1-defconfig.patch @@ -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 diff --git a/hostapd.changes b/hostapd.changes index 149eb0d..0eb4ec1 100644 --- a/hostapd.changes +++ b/hostapd.changes @@ -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 diff --git a/hostapd.spec b/hostapd.spec index 2e3d66f..c8aeb93 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -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