ettercap: not broken for musl

The breakage was in libnet, not in ettercap.
This package builds on musl with libnet fixed.
This commit is contained in:
jbu 2015-08-07 15:43:48 +02:00
parent 7e1cfb8400
commit 3a8e3a5abb
1 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ettercap'
pkgname=ettercap
version=0.8.2
revision=3
revision=4
lib32disabled=yes
build_style=cmake
configure_args="-DENABLE_GTK=OFF"
@ -14,7 +14,3 @@ license="GPL-2"
homepage="http://ettercap.github.com/ettercap/"
distfiles="https://github.com/Ettercap/ettercap/archive/v${version}.tar.gz"
checksum=f38514f35bea58bfe6ef1902bfd4761de0379942a9aa3e175fc9348f4eef2c81
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="http://build.voidlinux.eu/builders/x86_64-musl_builder/builds/3576/steps/shell_3/logs/stdio";;
esac