ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Cross-compile wireshark, without using gnutls

From: David Wuertele <dave-gmane@xxxxxxxxx>
Date: Thu, 22 Feb 2007 20:29:58 +0000 (UTC)
The configure script for wireshark decides that my host has libgnutls, but since
I am cross-compiling to a target that does not, I want to disable it.

I have tried --disable-libgnutls, "LIBGNUTLS_CONFIG=no", and a number of other
hacks, but there is no convincing wireshark.  It finds my hosts installation and
decides to use it no matter what I say.

Can anyone tell me how to force wireshark's configure to disable libgnutls?

Thanks,
Dave