mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Fix libedit from linking termcap
This commit is contained in:
parent
dfcbb5bebe
commit
e43f2f3744
@ -8,5 +8,7 @@ DYNAMIC_STATIC_INIT
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
--prefix="${COOKBOOK_STAGE}/usr"
|
||||
)
|
||||
# termcap only emit static object
|
||||
export CC+=" -fPIC"
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user