fix(elfutils): build static-only to avoid libelf.so TEXTREL failures with static zlib

This commit is contained in:
vxtls 2026-02-22 13:00:58 -05:00
parent 51d47734c2
commit fee7d7d02a

View file

@ -32,6 +32,8 @@ src_configure() {
--includedir="${KERNEL_SYSROOT}/include" \ --includedir="${KERNEL_SYSROOT}/include" \
--build="${TARGET}" \ --build="${TARGET}" \
--host="${TARGET}" \ --host="${TARGET}" \
--disable-shared \
--enable-static \
--disable-debuginfod \ --disable-debuginfod \
--disable-libdebuginfod --disable-libdebuginfod
} }