Merge branch 'libedit' into 'master'

Fix libedit from linking termcap

See merge request redox-os/redox!2092
This commit is contained in:
Jeremy Soller 2026-04-26 07:15:17 -06:00
commit 3c4b8f9dbe

View File

@ -8,5 +8,7 @@ DYNAMIC_STATIC_INIT
COOKBOOK_CONFIGURE_FLAGS+=(
--prefix="${COOKBOOK_STAGE}/usr"
)
# termcap only emit static object
export CC+=" -fPIC"
cookbook_configure
"""