wireshark: disable kerberos support, because it breaks the build.

This commit is contained in:
Thomas Penteker 2008-07-07 18:12:17 +02:00 committed by Tilman Sauerbeck
parent 322a784f0c
commit e234cf0d6b

View File

@ -7,7 +7,7 @@
name=wireshark
version=1.0.1
release=1
release=2
source=(http://www.$name.org/download/src/$name-$version.tar.bz2)
build() {
@ -20,6 +20,7 @@ build() {
--enable-snmp \
--enable-gtk2 \
--disable-gcry \
--disable-krb5
make
make DESTDIR=$PKG install