summaryrefslogtreecommitdiff
path: root/wireshark/Pkgfile
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2008-07-12 10:19:21 +0200
committerTilman Sauerbeck <tilman@crux.nu>2008-07-12 10:21:36 +0200
commit209b91a146a6f6ab767a650c6043825a07c33ec7 (patch)
tree9c80b0008d0a95ad0418304dc08ad028883b4f24 /wireshark/Pkgfile
parent10dd3abcec7e9b6fde666ddfac6e5cc37b955b96 (diff)
downloadopt-209b91a146a6f6ab767a650c6043825a07c33ec7.tar.gz
opt-209b91a146a6f6ab767a650c6043825a07c33ec7.tar.xz
wireshark: oops, it's --without-krb5, not --disable-krb5.
Diffstat (limited to 'wireshark/Pkgfile')
-rw-r--r--wireshark/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wireshark/Pkgfile b/wireshark/Pkgfile
index fc3012cfb..8a39d25c9 100644
--- a/wireshark/Pkgfile
+++ b/wireshark/Pkgfile
@@ -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

Generated by cgit