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
1 changed files with 4 additions and 1 deletions

View File

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