Fix gettext, ncurses, and scummvm

This commit is contained in:
Jeremy Soller 2019-01-27 19:26:17 -07:00
parent e693fad957
commit 3c63fd2b45
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
3 changed files with 7 additions and 2 deletions

View File

@ -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
}

View File

@ -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

View File

@ -18,7 +18,6 @@ function recipe_build {
sysroot="$(realpath ../sysroot)"
./configure \
--build=${BUILD} \
--host=${HOST} \
--prefix='' \
--with-sdl-prefix="$sysroot" \