public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-wireless/hostapd: ChangeLog hostapd-2.0-r1.ebuild hostapd-2.1-r1.ebuild
@ 2014-05-01  1:21 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2014-05-01  1:21 UTC (permalink / raw
  To: gentoo-commits

vapier      14/05/01 01:21:20

  Modified:             ChangeLog hostapd-2.0-r1.ebuild
                        hostapd-2.1-r1.ebuild
  Log:
  Drop hardcoded -L/usr/lib as no system needs it and it breaks cross-compiling/multilib systems.

Revision  Changes    Path
1.147                net-wireless/hostapd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/ChangeLog?r1=1.146&r2=1.147

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog	16 Apr 2014 09:10:54 -0000	1.146
+++ ChangeLog	1 May 2014 01:21:20 -0000	1.147
@@ -1,6 +1,11 @@
 # ChangeLog for net-wireless/hostapd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.146 2014/04/16 09:10:54 gurligebis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.147 2014/05/01 01:21:20 vapier Exp $
+
+  01 May 2014; Mike Frysinger <vapier@gentoo.org> hostapd-2.0-r1.ebuild,
+  hostapd-2.1-r1.ebuild:
+  Drop hardcoded -L/usr/lib as no system needs it and it breaks
+  cross-compiling/multilib systems.
 
 *hostapd-2.1-r1 (16 Apr 2014)
 



1.5                  net-wireless/hostapd/hostapd-2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/hostapd-2.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/hostapd-2.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/hostapd-2.0-r1.ebuild?r1=1.4&r2=1.5

Index: hostapd-2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-2.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hostapd-2.0-r1.ebuild	25 Sep 2013 17:27:52 -0000	1.4
+++ hostapd-2.0-r1.ebuild	1 May 2014 01:21:20 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-2.0-r1.ebuild,v 1.4 2013/09/25 17:27:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-2.0-r1.ebuild,v 1.5 2014/05/01 01:21:20 vapier Exp $
 
 EAPI="4"
 
@@ -93,7 +93,6 @@
 
 	einfo "  nl80211 driver enabled"
 	echo "CONFIG_DRIVER_NL80211=y" >> ${CONFIG}
-	echo "LIBS += -L/usr/lib" >> ${CONFIG}
 
 	# misc
 	echo "CONFIG_PKCS12=y" >> ${CONFIG}



1.2                  net-wireless/hostapd/hostapd-2.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/hostapd-2.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/hostapd-2.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/hostapd-2.1-r1.ebuild?r1=1.1&r2=1.2

Index: hostapd-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hostapd-2.1-r1.ebuild	16 Apr 2014 09:10:54 -0000	1.1
+++ hostapd-2.1-r1.ebuild	1 May 2014 01:21:20 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-2.1-r1.ebuild,v 1.1 2014/04/16 09:10:54 gurligebis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-2.1-r1.ebuild,v 1.2 2014/05/01 01:21:20 vapier Exp $
 
 EAPI="4"
 
@@ -92,7 +92,6 @@
 
 	einfo "  nl80211 driver enabled"
 	echo "CONFIG_DRIVER_NL80211=y" >> ${CONFIG}
-	echo "LIBS += -L/usr/lib" >> ${CONFIG}
 
 	# misc
 	echo "CONFIG_PKCS12=y" >> ${CONFIG}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-01  1:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-01  1:21 [gentoo-commits] gentoo-x86 commit in net-wireless/hostapd: ChangeLog hostapd-2.0-r1.ebuild hostapd-2.1-r1.ebuild Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox