aboutsummaryrefslogtreecommitdiffstats
path: root/main/lame
diff options
context:
space:
mode:
Diffstat (limited to 'main/lame')
-rw-r--r--main/lame/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lame/APKBUILD b/main/lame/APKBUILD
index 3708772097..45de772a21 100644
--- a/main/lame/APKBUILD
+++ b/main/lame/APKBUILD
@@ -32,7 +32,7 @@ prepare() {
# fix for pic build with new nasm
sed -i -e '/define sp/s/+/ + /g' libmp3lame/i386/nasm.h || return 1
- aclocal && automake || return 1
+ aclocal && automake --add-missing || return 1
}
build() {