Wireshark-dev: [Wireshark-dev] Kerberos error while trying to build Wireshark rpm
Hi,
I've been having trouble running 'make rpm-package'.
Using the version of krb5.h it finds by default can't determine which version (Heimdal or MIT) it is.
So I tried:
configure --with-krb5=/usr
It identified the version as MIT this time, but when I tried to make the rpm package it again forgot about this choice.
Similarly doing:
configure --with-krb5=no
turns off kerberos altogether for the wireshark build, but this setting isn't used during 'make rpm-package'.
How do I build the rpm without kerberos support?
Regards,
Martin