qemu: do not use our strip(1) wrapper... E2BIG (take 2).
This commit is contained in:
parent
2e945535eb
commit
42e3e83e04
1 changed files with 4 additions and 1 deletions
|
@ -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=3
|
revision=4
|
||||||
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"
|
||||||
|
@ -68,6 +68,9 @@ do_build() {
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
|
# Remove our strip(1) wrapper... E2BIG.
|
||||||
|
rm -f ${XBPS_WRAPPERDIR}/strip
|
||||||
|
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
# qemu-bridge-helper must be setuid for non privileged users.
|
# qemu-bridge-helper must be setuid for non privileged users.
|
||||||
chmod u+s ${DESTDIR}/usr/libexec/qemu-bridge-helper
|
chmod u+s ${DESTDIR}/usr/libexec/qemu-bridge-helper
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue