qemu: do not use our strip(1) wrapper... E2BIG.
This commit is contained in:
parent
7ef331b336
commit
2e945535eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue