mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 13:25:25 +01:00
Fix QEMU/chroot differences in outputs for Python
This commit is contained in:
parent
42fa6c24c1
commit
d0a522113f
13 changed files with 40 additions and 13 deletions
|
|
@ -26,6 +26,7 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_configure() {
|
||||
MACHDEP=linux ac_sys_system=Linux \
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_configure() {
|
||||
MACHDEP=linux ac_sys_system=Linux \
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue