mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 21:35:24 +01:00
Fix --with-sysroot in binutils (again)
--with-sysroot removal is insufficient. There is bad behaviour somewhere that causes --with-sysroot=no as the default, and then sysroot to be set to 'no'. In reality, we should have literally no sysroot; so set --with-sysroot=
This commit is contained in:
parent
ca9d3aa51f
commit
0d81d85e05
3 changed files with 4 additions and 2 deletions
|
|
@ -76,6 +76,7 @@ src_configure() {
|
|||
--program-prefix="" \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--with-sysroot= \
|
||||
--srcdir=.
|
||||
cd ..
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue