summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/hostapd/ChangeLog5
-rw-r--r--net-wireless/hostapd/hostapd-0.7.3.ebuild12
2 files changed, 11 insertions, 6 deletions
diff --git a/net-wireless/hostapd/ChangeLog b/net-wireless/hostapd/ChangeLog
index 4245f5dbbf49..95c8c53ab450 100644
--- a/net-wireless/hostapd/ChangeLog
+++ b/net-wireless/hostapd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-wireless/hostapd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.115 2011/10/27 17:12:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.116 2011/11/07 19:50:23 gurligebis Exp $
+
+ 07 Nov 2011; <gurligebis@gentoo.org> hostapd-0.7.3.ebuild:
+ Fixing compiling with both libnl-1.1 and libnl-3 installed.
27 Oct 2011; Jeroen Roovers <jer@gentoo.org> hostapd-0.6.9.ebuild:
Fix libnl dependency (bug #342461).
diff --git a/net-wireless/hostapd/hostapd-0.7.3.ebuild b/net-wireless/hostapd/hostapd-0.7.3.ebuild
index 73b095223e04..cbdaf28c04fc 100644
--- a/net-wireless/hostapd/hostapd-0.7.3.ebuild
+++ b/net-wireless/hostapd/hostapd-0.7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.7.3.ebuild,v 1.6 2011/09/09 22:56:50 gurligebis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.7.3.ebuild,v 1.7 2011/11/07 19:50:23 gurligebis Exp $
EAPI="2"
@@ -16,7 +16,7 @@ KEYWORDS="amd64 ~mips ppc x86"
IUSE="debug ipv6 logwatch madwifi +ssl +wps"
DEPEND="ssl? ( dev-libs/openssl )
- >=dev-libs/libnl-1.1
+ dev-libs/libnl:1.1
madwifi? ( ||
( >net-wireless/madwifi-ng-tools-0.9.3
net-wireless/madwifi-old ) )"
@@ -108,9 +108,11 @@ src_configure() {
fi
# If we are using libnl 2.0 and above, enable support for it
- if has_version ">=dev-libs/libnl-2.0"; then
- echo "CONFIG_LIBNL20=y" >> .config
- fi
+ # Removed for now, since the 3.2 version is broken, and we don't
+ # support it.
+ #if has_version ">=dev-libs/libnl-2.0"; then
+ # echo "CONFIG_LIBNL20=y" >> .config
+ #fi
# TODO: Add support for BSD drivers