mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +00:00
Ports/mc: Add --with-sysroot
to configopts
This prevents any host dependencies affecting the build and negates the need to manually specify `ncurses` directories.
This commit is contained in:
parent
b91cd56a53
commit
b2f2156706
1 changed files with 1 additions and 2 deletions
|
@ -7,14 +7,13 @@ files=(
|
||||||
)
|
)
|
||||||
depends=("gettext" "glib" "libtool" "ncurses" "vim")
|
depends=("gettext" "glib" "libtool" "ncurses" "vim")
|
||||||
configopts=(
|
configopts=(
|
||||||
|
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
||||||
"--disable-largefile"
|
"--disable-largefile"
|
||||||
"--disable-vfs"
|
"--disable-vfs"
|
||||||
"--without-edit"
|
"--without-edit"
|
||||||
"--without-x"
|
"--without-x"
|
||||||
"--with-homedir"
|
"--with-homedir"
|
||||||
"--with-screen=ncurses"
|
"--with-screen=ncurses"
|
||||||
"--with-ncurses-includes=$SERENITY_BUILD_DIR/Root/usr/local/include/ncurses"
|
|
||||||
"--with-ncurses-libs=$SERENITY_BUILD_DIR/Root/usr/local/lib"
|
|
||||||
)
|
)
|
||||||
use_fresh_config_sub=true
|
use_fresh_config_sub=true
|
||||||
config_sub_paths=("config/config.sub")
|
config_sub_paths=("config/config.sub")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue