summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBugMaze2016-04-29 17:13:54 +0300
committerBugMaze2016-04-29 17:13:54 +0300
commit95e970526c5e7ac6e1a9f4d35af43168029fd6ce (patch)
treed6542ae4244e8d721f2a871e18232132ab7d4219
parentcd7013087c9eb66d0fccd8fd0c0d0d5813e948c6 (diff)
downloadaur-95e970526c5e7ac6e1a9f4d35af43168029fd6ce.tar.gz
Updating the package
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 979eba4c9bf9..07f6605953d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,15 +47,13 @@ build() {
export ARFLAGS="rv"
# http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
export CFLAGS+=' -fPIC'
- #Invoke pacman to install lite version of spice
- pacman -Sdd spice-protocol spice --noconfirm
# gtk gui breaks keymappings at the moment
./configure --prefix=/usr --sysconfdir=/etc \
--python=/usr/bin/python2 --smbd=/usr/bin/smbd \
--disable-docs --libexecdir=/usr/lib/qemu \
--disable-gtk --disable-snappy --disable-lzo --enable-linux-aio --enable-seccomp \
--localstatedir=/var \
- --enable-tpm --enable-spice \
+ --enable-tpm \
--enable-modules --enable-curl
make V=99
}