From ab2e66bc8d40a5f370c14b5bd44373a3f0c5f10a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 17 Jul 2020 14:23:12 +0300 Subject: [PATCH] gcompat: Use correct linker path --- extra/gcompat/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/gcompat/build b/extra/gcompat/build index b556b50d..2b9b88d2 100755 --- a/extra/gcompat/build +++ b/extra/gcompat/build @@ -2,7 +2,7 @@ sed -i 's|/lib|/usr/lib|g' Makefile -make +make LINKER_PATH=/usr/lib/ld-musl-x86_64.so.1 make DESTDIR="$1" install ln -s ld-linux.so.2 "$1/usr/lib/ld-linux-x86-64.so.2"