Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342554 Details for
Bug 462030
net-analyzer/wireshark-1.9.1 - optional dependency on dev-libs/libnl is automagic
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add --enable/disable-libnl configure option to wireshark-1.9.1
wireshark-1.9.1-libnl.patch (text/plain), 925 bytes, created by
Michael Weiser
on 2013-03-18 17:22:32 UTC
(
hide
)
Description:
add --enable/disable-libnl configure option to wireshark-1.9.1
Filename:
MIME Type:
Creator:
Michael Weiser
Created:
2013-03-18 17:22:32 UTC
Size:
925 bytes
patch
obsolete
>--- wireshark-1.9.1/configure.ac.orig 2013-03-18 18:01:48.000000000 +0100 >+++ wireshark-1.9.1/configure.ac 2013-03-18 18:13:05.000000000 +0100 >@@ -246,7 +246,12 @@ > [use Qt instead of GTK+ @<:@default=no@:>@]), > with_qt="$withval", with_qt="no") > >+AC_ARG_ENABLE(libnl, >+ AC_HELP_STRING( [--enable-libnl], >+ [use libnl (default: yes)]), >+ enable_libnl=$enableval,enable_libnl=yes) > libnl_message="no" >+if test x$enable_libnl = xyes; then > PKG_CHECK_MODULES(LIBNL3, [libnl-route-3.0 >= 3.0 libnl-genl-3.0] >= 3.0, [have_libnl3=yes], [have_libnl3=no]) > PKG_CHECK_MODULES(LIBNL2, libnl-2.0 >= 2.0, [have_libnl2=yes], [have_libnl2=no]) > PKG_CHECK_MODULES(LIBNL1, libnl-1 >= 1.0, [have_libnl1=yes], [have_libnl1=no]) >@@ -272,6 +277,7 @@ > libnl_message="yes (v1)" > enable_airpcap=no > fi >+fi > > AC_MSG_CHECKING([if nl80211.h is new enough]) > AC_TRY_COMPILE([#include <linux/nl80211.h>],
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 462030
:
342374
|
342554
|
342558
|
344266