From e941e2232868b1675941f51929cf98450742e3ef Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 4 Feb 2014 01:55:07 +0000 Subject: [PATCH] extra/spice: v5 fix --- extra/spice/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra/spice/PKGBUILD b/extra/spice/PKGBUILD index 5a1af9e5d..895eaec53 100644 --- a/extra/spice/PKGBUILD +++ b/extra/spice/PKGBUILD @@ -5,6 +5,7 @@ # ALARM: Kevin Mihelich # - drop qemu, libcacard deps # - --disable-smartcard in configure +# - add v5 arch to configure pkgname=spice pkgver=0.12.4 @@ -21,6 +22,7 @@ source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2 prepare() { cd "$srcdir/$pkgname-$pkgver" patch -Np1 -i ../CVE-2013-4282.patch + sed -i 's/|armv6|/|armv5tel|armv6|/' configure } build() {