From 43bfb21a5a298e817c99e4bf23f4170a868e5d2a Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sat, 29 Dec 2018 08:23:57 -0700
Subject: [PATCH] openttd: Enable threads

---
 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 42c838bf2..018f9d0a2 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 --without-threads
+    ./configure --build=`gcc -dumpmachine` --host=${HOST} --prefix='' --enable-static --without-liblzo2 --disable-network
     make VERBOSE=1 -j"$(nproc)"
     skip=1
 }
-- 
GitLab