diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index 0ff75cde4c3..ecb4efa361b 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -5,7 +5,7 @@ revision=1 build_style=gnu-configure configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua --with-krb5 --with-gtk3=yes --without-portaudio CC_FOR_BUILD=cc" -hostmakedepends="pkg-config flex perl python-devel mit-krb5-devel automake libtool" +hostmakedepends="pkg-config flex perl python-devel mit-krb5-devel automake libtool glib-devel" makedepends="libpcap-devel zlib-devel lua52-devel mit-krb5-devel gnutls-devel geoip-devel libgcrypt-devel gtk+3-devel libcap-devel sbc-devel" depends="libcap-progs" @@ -19,6 +19,7 @@ distfiles="http://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2" checksum=f73bd7660056c0910c8a89f480f61ab9fe62866eadf1af49e3374da3fe16b4cc system_groups="wireshark" subpackages="libwireshark libwireshark-devel wireshark-gtk" +broken=yes CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2" CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"