diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-02-08 17:13:59 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-08 17:13:59 +0200 |
commit | a672e822322b0b8050dc05dbd5b7bb17f2dfed2a (patch) | |
tree | 8f6977d72cbdfbb63178736d49635d007f641809 /community | |
parent | 23119189c868089ed1cc1016c7bc528fcb90b5e8 (diff) | |
download | aports-a672e822322b0b8050dc05dbd5b7bb17f2dfed2a.tar.bz2 aports-a672e822322b0b8050dc05dbd5b7bb17f2dfed2a.tar.xz |
community/libzmf: add disable-werror to fix 32-bit build
Diffstat (limited to 'community')
-rw-r--r-- | community/libzmf/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |