diff options
-rw-r--r-- | user/mlt/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/mlt/APKBUILD b/user/mlt/APKBUILD index 67398a1df..fcab2635f 100644 --- a/user/mlt/APKBUILD +++ b/user/mlt/APKBUILD @@ -22,6 +22,7 @@ build() { case $CTARGET_ARCH in pmmx) _maybe_asm="--disable-sse --target-arch=i586" ;; + ppc) export LDFLAGS="$LDFLAGS -latomic" ;; esac ./configure \ |