From 9b5d792ae93fbf9d26dc092a8e96eaa5b9ffde4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 26 Feb 2018 11:16:32 +0100 Subject: [PATCH] xbps-static: use -Wno-error for gcc7 --- srcpkgs/xbps-static/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/xbps-static/template b/srcpkgs/xbps-static/template index e7b84754036..ff106bde297 100644 --- a/srcpkgs/xbps-static/template +++ b/srcpkgs/xbps-static/template @@ -19,6 +19,8 @@ depends="xbps-triggers" only_for_archs="i686-musl x86_64-musl mips-musl mipshf-musl mipsel-musl mipselhf-musl armv6l-musl armv7l-musl aarch64-musl" +CFLAGS="-Wno-error" + do_configure() { HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-static --enable-debug --verbose }