summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjarke Istrup Pedersen <gurligebis@gentoo.org>2011-11-07 19:50:23 +0000
committerBjarke Istrup Pedersen <gurligebis@gentoo.org>2011-11-07 19:50:23 +0000
commit19e1a02cdb90e36850ce2fcb0a39cd9a26599b05 (patch)
tree2355489869a90eb861157276eb00ab9c272ca0ba /net-wireless
parentVersion bump, drop old. Fixes bug 389733 by Simeon Maryasin (diff)
downloadgentoo-2-19e1a02cdb90e36850ce2fcb0a39cd9a26599b05.tar.gz
gentoo-2-19e1a02cdb90e36850ce2fcb0a39cd9a26599b05.tar.bz2
gentoo-2-19e1a02cdb90e36850ce2fcb0a39cd9a26599b05.zip
Allowing compiling against both libnl-1.1 and libnl-3
(Portage version: 2.2.0_alpha72/cvs/Linux i686)
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