From eee9d5d4a3d3ff139caf8a4476cc596b6781a1e8 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 9 Jun 2016 19:55:51 +0200 Subject: [PATCH] wireshark: unbreak --- common/shlibs | 7 ++++--- srcpkgs/wireshark/template | 3 +-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index 9025c23b879..f7739c34d42 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1548,9 +1548,10 @@ libdovecot-lda.so.0 dovecot-2.2.11_2 libnetapi.so.0 samba-3.6.23_1 libsmbsharemodes.so.0 samba-3.6.23_1 libmysqld.so.18 libmariadbclient-5.5.36_1 -libwsutil.so.6 libwireshark-2.0.0_1 -libwiretap.so.5 libwireshark-2.0.0_1 -libwireshark.so.6 libwireshark-2.0.0_1 +libwscodecs.so.0 libwireshark-2.1.0_1 +libwsutil.so.0 libwireshark-2.1.0_1 +libwiretap.so.0 libwireshark-2.1.0_1 +libwireshark.so.0 libwireshark-2.1.0_1 libfreerdp-core.so.1.0 libfreerdp-1.0.2_2 libfreerdp-channels.so.1.0 libfreerdp-1.0.2_2 libfreerdp-rail.so.1.0 libfreerdp-1.0.2_2 diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index ecb4efa361b..dc64b3790cf 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -19,7 +19,6 @@ 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" @@ -40,7 +39,7 @@ post_install() { # Headers vmkdir $_includeDir - vcopy "color.h config.h register.h ws_symbol_export.h" $_includeDir + vcopy "config.h register.h ws_symbol_export.h" $_includeDir for i in wiretap wsutil; do vmkdir $_includeDir/$i