diff options
Diffstat (limited to 'main/musl')
-rw-r--r-- | main/musl/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/musl/APKBUILD b/main/musl/APKBUILD index 2e6d19830f..0c72b4e74e 100644 --- a/main/musl/APKBUILD +++ b/main/musl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=musl pkgver=1.1.16 -pkgrel=10 +pkgrel=11 pkgdesc="the musl c library (libc) implementation" url="http://www.musl-libc.org/" arch="all" @@ -171,6 +171,7 @@ compat() { ln -s lib "$subpkgdir"/lib64 ;; mips* | s390*) _ld="ld.so.1" ;; + ppc64le) _ld="ld64.so.2" ;; esac ln -sf "/lib/libc.musl-${CARCH}.so.1" "$subpkgdir/lib/$_ld" |