From cb7835987855d1c6d0b48d67d61b23dad28234d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 28 Feb 2021 12:52:50 +0000 Subject: [PATCH] Fix libdir location. --- sysa/binutils-2.14/binutils-2.14.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysa/binutils-2.14/binutils-2.14.sh b/sysa/binutils-2.14/binutils-2.14.sh index b8c3ef8..5c16e48 100755 --- a/sysa/binutils-2.14/binutils-2.14.sh +++ b/sysa/binutils-2.14/binutils-2.14.sh @@ -57,7 +57,8 @@ src_configure() { --target=i386-unknown-linux \ --with-sysroot=/after \ --disable-64-bit-bfd \ - --prefix=/after + --prefix="${PREFIX}" \ + --libdir="${PREFIX}/lib/musl" # TODO: Find a way to avoid these hacks sed -i '/#undef pid_t/d' libiberty/config.in