mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Fix libdir location.
This commit is contained in:
parent
f70815aef4
commit
cb78359878
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue