qemu: do not use our strip(1) wrapper... E2BIG.

This commit is contained in:
Juan RP 2015-05-13 19:00:11 +02:00
parent 7ef331b336
commit 2e945535eb

View file

@ -1,7 +1,7 @@
# Template file for 'qemu' # Template file for 'qemu'
pkgname=qemu pkgname=qemu
version=2.3.0 version=2.3.0
revision=2 revision=3
short_desc="Open Source Processor Emulator" short_desc="Open Source Processor Emulator"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://qemu.org" homepage="http://qemu.org"
@ -55,6 +55,9 @@ do_configure() {
$(vopt_enable gtk) ${args} $(vopt_enable gtk) ${args}
} }
do_build() { do_build() {
# Remove our strip(1) wrapper... E2BIG.
rm -f ${XBPS_WRAPPERDIR}/strip
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
# XXX libtool execs cc and ar. # XXX libtool execs cc and ar.
mkdir -p ${wrksrc}/cross mkdir -p ${wrksrc}/cross