From c56c96e0a7e008b02b1de6b9ec6f0adbb269a8ed Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Sat, 29 Dec 2018 08:53:03 -0700 Subject: [PATCH] openttd: disable threads again --- recipes/openttd/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/openttd/recipe.sh b/recipes/openttd/recipe.sh index 018f9d0a2..42c838bf2 100644 --- a/recipes/openttd/recipe.sh +++ b/recipes/openttd/recipe.sh @@ -14,7 +14,7 @@ function recipe_update { } function recipe_build { - ./configure --build=`gcc -dumpmachine` --host=${HOST} --prefix='' --enable-static --without-liblzo2 --disable-network + ./configure --build=`gcc -dumpmachine` --host=${HOST} --prefix='' --enable-static --without-liblzo2 --disable-network --without-threads make VERBOSE=1 -j"$(nproc)" skip=1 } -- GitLab