mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
fix(elfutils): build static-only to avoid libelf.so TEXTREL failures with static zlib
This commit is contained in:
parent
51d47734c2
commit
fee7d7d02a
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ src_configure() {
|
|||
--includedir="${KERNEL_SYSROOT}/include" \
|
||||
--build="${TARGET}" \
|
||||
--host="${TARGET}" \
|
||||
--disable-shared \
|
||||
--enable-static \
|
||||
--disable-debuginfod \
|
||||
--disable-libdebuginfod
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue