Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342558 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]
explicitly disable libnl based on netlink USE flag when running configure
wireshark-1.9.1.ebuild-netlink.patch (text/plain), 1.17 KB, created by
Michael Weiser
on 2013-03-18 17:24:06 UTC
(
hide
)
Description:
explicitly disable libnl based on netlink USE flag when running configure
Filename:
MIME Type:
Creator:
Michael Weiser
Created:
2013-03-18 17:24:06 UTC
Size:
1.17 KB
patch
obsolete
>--- ../../../../portage/net-analyzer/wireshark/wireshark-1.9.1.ebuild 2013-03-13 18:58:01.000000000 +0100 >+++ wireshark-1.9.1.ebuild 2013-03-18 18:18:30.000000000 +0100 >@@ -15,12 +15,12 @@ > SLOT="0/${PV}" > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" > IUSE=" >- adns crypt doc doc-pdf +filecaps geoip gtk ipv6 kerberos libadns lua +pcap >- portaudio profile python selinux smi ssl zlib >+ adns crypt doc doc-pdf +filecaps geoip gtk ipv6 kerberos libadns lua +netlink >+ +pcap portaudio profile python selinux smi ssl zlib > " > RDEPEND=" > >=dev-libs/glib-2.14:2 >- dev-libs/libnl >+ netlink? ( dev-libs/libnl ) > adns? ( !libadns? ( >=net-dns/c-ares-1.5 ) ) > crypt? ( dev-libs/libgcrypt ) > geoip? ( dev-libs/geoip ) >@@ -80,7 +80,8 @@ > > src_prepare() { > epatch \ >- "${FILESDIR}"/${PN}-1.6.13-ldflags.patch >+ "${FILESDIR}"/${PN}-1.6.13-ldflags.patch \ >+ "${FILESDIR}"/${PN}-1.9.1-libnl.patch > > sed -i \ > -e '/^Icon/s|.png||g' \ >@@ -138,6 +139,7 @@ > $(use_enable gtk wireshark) \ > $(use_enable ipv6) \ > $(use_enable profile profile-build) \ >+ $(use_enable netlink libnl) \ > $(use_with crypt gcrypt) \ > $(use_with filecaps libcap) \ > $(use_with geoip) \
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