From 1bf5e66e2789d0d66389b1f1db038acd5594ce35 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Sun, 21 Aug 2016 22:45:23 +0200 Subject: community/modemmanager: disable werror --- community/modemmanager/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'community/modemmanager') diff --git a/community/modemmanager/APKBUILD b/community/modemmanager/APKBUILD index 94cea74916..065afac57c 100644 --- a/community/modemmanager/APKBUILD +++ b/community/modemmanager/APKBUILD @@ -29,6 +29,7 @@ prepare() { build() { cd "$_builddir" + export CFLAGS="$CFLAGS -Wno-error" ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ -- cgit v1.2.3