From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Stefan_Fr=F6berg?= Date: Fri, 15 Feb 2013 14:12:39 +0200 Subject: [Buildroot] [PATCHv5 2/2] wireshark: new package In-Reply-To: <20130215115112.GA1249@tarshish> References: <510E53EB.7020704@petroprogram.com> <20130214045630.GA15440@sapphire.tkos.co.il> <511CFD48.8000300@petroprogram.com> <511D0638.90106@petroprogram.com> <511D0854.7010506@petroprogram.com> <20130215115112.GA1249@tarshish> Message-ID: <511E2637.4010008@petroprogram.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Baruch 15.2.2013 13:51, Baruch Siach kirjoitti: > Hi Stefan, > > On Thu, Feb 14, 2013 at 05:52:52PM +0200, Stefan Fr?berg wrote: > [...] >> It seems I need to upgrade to latest git version if I want this to work. >> That version of gnutls has >> --disable-rpath in it's conf. > Thanks for testing. > >> BTW, Baruch did you manage to compile this version of wireshark against >> that gnutls 3 ? > Nope. I only tried OpenSSL which I already have on my target. Your .mk file needs --with-gnutls=no added to it's configuration in case both OpenSSL and gnutls are installed. And maybe later a submenu of choice what SSL (if any) implementation to use for decrypting. I will try later this evening how far I get this time with compiling it. Stefan >> Im asking it because in gentoo there is a patch for wireshark 1.8.5 that >> is supposedly to support gnutls 3 >> >> Here's the patch >> http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.8.3-gnutls3.patch?revision=1.1&view=markup >> >> And heres their ebuild file where they are applying that patch against >> 1.8..5 >> >> http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild?view=markup > baruch >