diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-21 22:45:23 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-21 22:45:23 +0200 |
commit | 1bf5e66e2789d0d66389b1f1db038acd5594ce35 (patch) | |
tree | 0c683edbab9c8ac110a7a4532ae422a9858dfc22 /community | |
parent | 5c9f3ca3e307be53b45beeed2ce1626f38008625 (diff) | |
download | aports-1bf5e66e2789d0d66389b1f1db038acd5594ce35.tar.bz2 aports-1bf5e66e2789d0d66389b1f1db038acd5594ce35.tar.xz |
community/modemmanager: disable werror
Diffstat (limited to 'community')
-rw-r--r-- | community/modemmanager/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |