diff options
-rw-r--r-- | main/osmo/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/osmo/APKBUILD b/main/osmo/APKBUILD index 065cfca884..96d8bceb93 100644 --- a/main/osmo/APKBUILD +++ b/main/osmo/APKBUILD @@ -21,6 +21,7 @@ prepare() { msg "Applying ${i##*/}" patch -p1 -i "$i" || return 1 done + sed -i -e 's/-Werror//' configure.ac || return 1 aclocal && autoconf && automake } |