* [gentoo-commits] gentoo-x86 commit in net-analyzer/tcpreplay/files: tcpreplay-4.1.0-enable-pcap_findalldevs.patch
@ 2015-04-16 16:35 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2015-04-16 16:35 UTC (permalink / raw
To: gentoo-commits
jer 15/04/16 16:35:31
Added: tcpreplay-4.1.0-enable-pcap_findalldevs.patch
Log:
Fix configure logic in disabling pcap_findalldevs() (bug #546762).
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.1 net-analyzer/tcpreplay/files/tcpreplay-4.1.0-enable-pcap_findalldevs.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpreplay/files/tcpreplay-4.1.0-enable-pcap_findalldevs.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpreplay/files/tcpreplay-4.1.0-enable-pcap_findalldevs.patch?rev=1.1&content-type=text/plain
Index: tcpreplay-4.1.0-enable-pcap_findalldevs.patch
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -1499,6 +1499,8 @@
AC_MSG_WARN(Unable to do tests when cross-compiling)
fi
+disable_pcap_findalldevs=no
+
dnl Allows user to choose which nic to use for testing purposes
AC_ARG_WITH(testnic,
AC_HELP_STRING([--with-testnic=NIC], [Select which network card to use for testing]),
@@ -1509,7 +1511,6 @@
dnl There's a bug in OS X which causes pcap_findalldevs() to make the wifi NIC to disassociate
dnl so under OSX we disable the interface list feature
-disable_pcap_findalldevs=no
osx_frameworks=no
dnl these need to be dynamic based on OS
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-16 16:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-16 16:35 [gentoo-commits] gentoo-x86 commit in net-analyzer/tcpreplay/files: tcpreplay-4.1.0-enable-pcap_findalldevs.patch Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox