diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-29 22:09:48 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-29 22:09:48 +0300 |
commit | 19a1d3f75ead4a3bdcbc14b2872ecb230499108a (patch) | |
tree | d10aa7690242fa9fedf31adb79bdfd791e260248 /core/musl | |
parent | 28e3696e677bdef9c7daeda97463f4b6affa6f84 (diff) | |
download | repository-19a1d3f75ead4a3bdcbc14b2872ecb230499108a.tar.gz |
musl: fix build
Diffstat (limited to 'core/musl')
-rwxr-xr-x | core/musl/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/musl/build b/core/musl/build index 4a062201..db545e27 100755 --- a/core/musl/build +++ b/core/musl/build @@ -41,7 +41,7 @@ kinstall_t 755 "$1/usr/include/sys" cdefs.h queue.h tree.h case $sys_arch in i*86) "$CC" -c __stack_chk_fail_local.c -o __stack_chk_fail_local.o - ar r "$1/usr/lib/libssp_nonshared.a" __stack-chk_fail_local.o + ar r "$1/usr/lib/libssp_nonshared.a" __stack_chk_fail_local.o esac # Install getent |