aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/osmo/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/osmo/APKBUILD b/main/osmo/APKBUILD
index 96d8bceb93..1698225792 100644
--- a/main/osmo/APKBUILD
+++ b/main/osmo/APKBUILD
@@ -22,7 +22,7 @@ prepare() {
patch -p1 -i "$i" || return 1
done
sed -i -e 's/-Werror//' configure.ac || return 1
- aclocal && autoconf && automake
+ aclocal && autoconf && automake --add-missing
}
build() {