mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Merge branch 'libedit' into 'master'
Fix libedit from linking termcap See merge request redox-os/redox!2092
This commit is contained in:
commit
3c4b8f9dbe
@ -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