config: re-enable diffutils and curl in redbear-mini; nghttp2: build with -fPIC for libcurl; relibc: bump submodule with float.h/getprogname fixes

This commit is contained in:
2026-07-06 04:29:07 +03:00
parent 72059ea9ef
commit e8fa2ca97b
3 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -90,8 +90,8 @@ iommu = {}
# ── Standard CLI tools (from server profile) ──
bash = {}
bottom = {}
#curl = {} # suppressed: nghttp2 dependency chain fails; curl not needed for boot/recovery
diffutils = "ignore" # suppressed: relibc/gnulib header gaps; not needed for boot/recovery or greeter proof
curl = {}
diffutils = {}
findutils = {}
uutils-tar = {}
bison = {}
+5
View File
@@ -10,6 +10,11 @@ template = "custom"
script = """
DYNAMIC_INIT
# libcurl links libnghttp2.a into a shared libcurl.so, so the static archive
# must be built with position-independent code.
export CFLAGS="$CFLAGS -fPIC"
export CXXFLAGS="$CXXFLAGS -fPIC"
COOKBOOK_CONFIGURE_FLAGS+=(
--enable-lib-only
)