diff options
author | Thomas Penteker <tek@serverop.de> | 2008-07-07 18:12:17 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2008-07-07 18:12:17 +0200 |
commit | e234cf0d6ba39a7357a3dd315638700c05306437 (patch) | |
tree | c17a0e30c25709296a27d45f64afef3fc14d7c77 /wireshark | |
parent | 322a784f0c8e689e644659a5f926b24074219670 (diff) | |
download | opt-e234cf0d6ba39a7357a3dd315638700c05306437.tar.gz opt-e234cf0d6ba39a7357a3dd315638700c05306437.tar.xz |
wireshark: disable kerberos support, because it breaks the build.
Diffstat (limited to 'wireshark')
-rw-r--r-- | wireshark/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wireshark/Pkgfile b/wireshark/Pkgfile index a5344a9e9..fc3012cfb 100644 --- a/wireshark/Pkgfile +++ b/wireshark/Pkgfile @@ -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 |