mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 10:38:46 +08:00
Merge branch 'master' of https://gitlab.redox-os.org/redox-os/cookbook
This commit is contained in:
commit
32c52ca97e
@ -6,8 +6,12 @@ template = "custom"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"libgmp",
|
"libgmp",
|
||||||
"libmpfr",
|
"libmpfr",
|
||||||
|
"ncurses",
|
||||||
|
"readline"
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
|
DYNAMIC_INIT
|
||||||
|
|
||||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||||
--disable-binutils
|
--disable-binutils
|
||||||
--disable-ld
|
--disable-ld
|
||||||
@ -17,6 +21,12 @@ COOKBOOK_CONFIGURE_FLAGS+=(
|
|||||||
--disable-gprof
|
--disable-gprof
|
||||||
--disable-gprofng
|
--disable-gprofng
|
||||||
--disable-intl
|
--disable-intl
|
||||||
|
--with-system-readline
|
||||||
|
--with-gmp="${COOKBOOK_SYSROOT}"
|
||||||
|
--with-mpfr="${COOKBOOK_SYSROOT}"
|
||||||
|
--with-curses
|
||||||
)
|
)
|
||||||
|
|
||||||
|
"${COOKBOOK_CONFIGURE}" "${COOKBOOK_CONFIGURE_FLAGS[@]}"
|
||||||
cookbook_configure
|
cookbook_configure
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user