mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
Fix gettext, ncurses, and scummvm
This commit is contained in:
parent
e693fad957
commit
3c63fd2b45
@ -22,7 +22,12 @@ function recipe_build {
|
||||
--host=${HOST} \
|
||||
--prefix=/ \
|
||||
--disable-shared \
|
||||
--enable-static
|
||||
--enable-static \
|
||||
gt_cv_locale_fr=false \
|
||||
gt_cv_locale_fr_utf8=false \
|
||||
gt_cv_locale_ja=false \
|
||||
gt_cv_locale_tr_utf8=false \
|
||||
gt_cv_locale_zh_CN=false
|
||||
make -j"$(nproc)"
|
||||
skip=1
|
||||
}
|
||||
|
||||
@ -19,6 +19,7 @@ function recipe_build {
|
||||
--prefix="" \
|
||||
--disable-db-install \
|
||||
--without-ada \
|
||||
--without-tests \
|
||||
cf_cv_func_mkstemp=yes
|
||||
make -j"$(nproc)"
|
||||
skip=1
|
||||
|
||||
@ -18,7 +18,6 @@ function recipe_build {
|
||||
sysroot="$(realpath ../sysroot)"
|
||||
|
||||
./configure \
|
||||
--build=${BUILD} \
|
||||
--host=${HOST} \
|
||||
--prefix='' \
|
||||
--with-sdl-prefix="$sysroot" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user