spice: unbreak cross compilation; it's parallel safe actually.
This commit is contained in:
parent
4a79f904be
commit
6f70bc1602
1 changed files with 1 additions and 3 deletions
|
@ -5,7 +5,7 @@ revision=1
|
|||
build_style=gnu-configure
|
||||
configure_args="--disable-tunnel --disable-opengl --disable-smartcard
|
||||
--with-sasl --disable-static --enable-xinerama --disable-celt051"
|
||||
hostmakedepends="pkg-config python-parsing"
|
||||
hostmakedepends="pkg-config python-parsing spice-protocol"
|
||||
makedepends="spice-protocol libjpeg-turbo-devel pixman-devel
|
||||
libressl-devel opus-devel alsa-lib-devel libXfixes-devel libXrender-devel
|
||||
libXrandr-devel libsasl-devel libXinerama-devel libglib-devel"
|
||||
|
@ -16,8 +16,6 @@ homepage="http://www.spice-space.org"
|
|||
distfiles="http://www.spice-space.org/download/releases/spice-${version}.tar.bz2"
|
||||
checksum=f148ea30135bf80a4f465ce723a1cd6d4ccb34c098b6298a020b378ace8569b6
|
||||
|
||||
disable_parallel_build=yes
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/armv6hl/arm/g' configure # "detects" cpu from triplet.
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue