mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +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 \
|
--target=i386-unknown-linux \
|
||||||
--with-sysroot=/after \
|
--with-sysroot=/after \
|
||||||
--disable-64-bit-bfd \
|
--disable-64-bit-bfd \
|
||||||
--prefix=/after
|
--prefix="${PREFIX}" \
|
||||||
|
--libdir="${PREFIX}/lib/musl"
|
||||||
|
|
||||||
# TODO: Find a way to avoid these hacks
|
# TODO: Find a way to avoid these hacks
|
||||||
sed -i '/#undef pid_t/d' libiberty/config.in
|
sed -i '/#undef pid_t/d' libiberty/config.in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue