wireshark: oops, it's --without-krb5, not --disable-krb5.

This commit is contained in:
Thomas Penteker 2008-07-12 10:19:21 +02:00 committed by Tilman Sauerbeck
parent 10dd3abcec
commit 209b91a146

View File

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