mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/spice: v5 fix
This commit is contained in:
parent
d2c7290cf5
commit
e941e22328
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - 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() {
|
||||
|
|
Loading…
Reference in a new issue