mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-04 02:27:14 +08:00
wireshark removed portaudio dependency
This commit is contained in:
parent
59dcedf3c3
commit
3518628b23
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=wireshark
|
||||
pkgver=1.8.6
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc='A free network protocol analyzer for Unix/Linux and Windows'
|
||||
arch=('x86_64')
|
||||
license=('GPL2')
|
||||
@ -25,7 +25,8 @@ build() {
|
||||
--with-libcap \
|
||||
--with-zlib \
|
||||
--with-lua \
|
||||
--with-krb5
|
||||
--with-krb5 \
|
||||
--without-portaudio
|
||||
make all
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user