mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-07 20:05:24 +01:00
Explicitly specify i686-pc-linux-gnu build/host/target for kexec-tools
Fixes building in chroot/bwrap. Checksum is not affected.
This commit is contained in:
parent
86c0be5b67
commit
d3477570b8
1 changed files with 4 additions and 1 deletions
|
|
@ -11,5 +11,8 @@ src_prepare() {
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
./configure --prefix="${PREFIX}" \
|
./configure --prefix="${PREFIX}" \
|
||||||
--sbindir="${PREFIX}/bin"
|
--sbindir="${PREFIX}/bin" \
|
||||||
|
--build=i686-pc-linux-gnu \
|
||||||
|
--host=i686-pc-linux-gnu \
|
||||||
|
--target=i686-pc-linux-gnu
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue