summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2017-05-30 22:17:33 +0200
committerFrederic Bezies2017-05-30 22:17:33 +0200
commit9e6771adc0bd0e231e7873ffeb3c0c1520a419b1 (patch)
tree2f22329b9afc9ec4f480e9373ab8d8bba5e2945f /PKGBUILD
parentf84dd57fe1f1c91f896d215ef865b740e2f6e6fa (diff)
downloadaur-9e6771adc0bd0e231e7873ffeb3c0c1520a419b1.tar.gz
May 30th, 2017 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6422122df23..86af52917dec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgbase=qemu-git
_gitname=qemu
pkgname=(qemu-git qemu-headless-git qemu-arch-extra-git qemu-headless-arch-extra-git qemu-block-{iscsi-git,rbd-git,gluster-git} qemu-guest-agent-git)
pkgdesc="A generic and open source machine emulator and virtualizer. Git version."
-pkgver=2.9.0.r53387.9964e96dc9
+pkgver=2.9.0.r53498.0748b3526e
pkgrel=1
arch=(i686 x86_64)
license=(GPL2 LGPL2.1)
@@ -70,9 +70,6 @@ _build() (
# http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
export CFLAGS+=" -fPIC"
- # Note for gcc 7.x users : please modify your /etc/makepkg.conf
- # and add -Wno-error to both CFLAGS and CXXFLAGS for this PKGBUILD
-
../configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -84,6 +81,7 @@ _build() (
--with-sdlabi=2.0 \
--enable-modules \
--enable-jemalloc \
+ --disable-werror \
"${@:2}"
make