diff options
Diffstat (limited to 'repo/system/musl.xibuild')
-rw-r--r-- | repo/system/musl.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/system/musl.xibuild b/repo/system/musl.xibuild index d986ae7..13879f0 100644 --- a/repo/system/musl.xibuild +++ b/repo/system/musl.xibuild @@ -23,6 +23,7 @@ prepare () { } build () { + CARCH=x86_64 LDFLAGS="$LDFLAGS -Wl,-soname,libc.musl-${CARCH}.so.1" \ ./configure --prefix=/usr \ --sysconfdir=/etc \ |