aboutsummaryrefslogtreecommitdiffstats
path: root/main/glade/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-09-29 16:01:59 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-09-29 16:01:59 +0000
commit1e5b655508f1f6940e614742b0e05edcf6914948 (patch)
treee2958bb62f36ed88850ea6e53385e8c154a7ae2f /main/glade/APKBUILD
parentc60fb8a774181ae8e6269c781408f3becb480bf7 (diff)
main/glade{,3}: fix musl build (disable -Werror)
Diffstat (limited to 'main/glade/APKBUILD')
-rw-r--r--main/glade/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/glade/APKBUILD b/main/glade/APKBUILD
index c9fc3bac1ae..ad830787237 100644
--- a/main/glade/APKBUILD
+++ b/main/glade/APKBUILD
@@ -33,6 +33,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
+ --enable-compile-warnings=no \
--enable-gtk-doc \
|| return 1
make || return 1