From f37ca2658256f3c23ff21f47e74aa7cf3c323a52 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 8 Jun 2020 23:06:34 +0300 Subject: musl: link getconf statically --- core/musl/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/musl/build') diff --git a/core/musl/build b/core/musl/build index db545e27..e48ce47f 100755 --- a/core/musl/build +++ b/core/musl/build @@ -37,7 +37,7 @@ esac kinstall_t 755 "$1/usr/include/sys" cdefs.h queue.h tree.h # Install getconf. -"${CC:=cc}" getconf.c -o "$1/usr/bin/getconf" +"${CC:=cc}" --static getconf.c -o "$1/usr/bin/getconf" case $sys_arch in i*86) "$CC" -c __stack_chk_fail_local.c -o __stack_chk_fail_local.o -- cgit v1.2.3