From a672e822322b0b8050dc05dbd5b7bb17f2dfed2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 8 Feb 2017 17:13:59 +0200 Subject: community/libzmf: add disable-werror to fix 32-bit build --- community/libzmf/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'community') diff --git a/community/libzmf/APKBUILD b/community/libzmf/APKBUILD index 10a774d35c..430cb8ba55 100644 --- a/community/libzmf/APKBUILD +++ b/community/libzmf/APKBUILD @@ -24,6 +24,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ + --disable-werror \ || return 1 make || return 1 } -- cgit v1.2.3