Skip to content
Snippets Groups Projects
Verified Commit 3c63fd2b authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix gettext, ncurses, and scummvm

parent e693fad9
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,12 @@ function recipe_build { ...@@ -22,7 +22,12 @@ function recipe_build {
--host=${HOST} \ --host=${HOST} \
--prefix=/ \ --prefix=/ \
--disable-shared \ --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)" make -j"$(nproc)"
skip=1 skip=1
} }
......
...@@ -19,6 +19,7 @@ function recipe_build { ...@@ -19,6 +19,7 @@ function recipe_build {
--prefix="" \ --prefix="" \
--disable-db-install \ --disable-db-install \
--without-ada \ --without-ada \
--without-tests \
cf_cv_func_mkstemp=yes cf_cv_func_mkstemp=yes
make -j"$(nproc)" make -j"$(nproc)"
skip=1 skip=1
......
...@@ -18,7 +18,6 @@ function recipe_build { ...@@ -18,7 +18,6 @@ function recipe_build {
sysroot="$(realpath ../sysroot)" sysroot="$(realpath ../sysroot)"
./configure \ ./configure \
--build=${BUILD} \
--host=${HOST} \ --host=${HOST} \
--prefix='' \ --prefix='' \
--with-sdl-prefix="$sysroot" \ --with-sdl-prefix="$sysroot" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment