diff options
author | davidovski <david@davidovski.xyz> | 2022-04-04 12:10:43 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-04-04 12:10:43 +0100 |
commit | 92790a96688344c9f6fd6dadbaad73c1f88804a0 (patch) | |
tree | d6a1357a110475d8f6e39040aeae02920696e827 /repo/system/musl.xibuild | |
parent | d093bc7b86a8ef1f149ac413d3d40d3cb728ad21 (diff) |
fixed network manager
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 \ |