diff --git a/recipes/prboom/recipe.sh b/recipes/prboom/recipe.sh index f3ef660ff81f5f8fdea3252f6c4edde638d380bf..f8c084424cbdfe035a3ad7846dbb777c16cc3801 100644 --- a/recipes/prboom/recipe.sh +++ b/recipes/prboom/recipe.sh @@ -15,7 +15,7 @@ function recipe_update { function recipe_build { autoreconf -if wget -O autotools/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub - ./configure --prefix=/ --host=${HOST} --disable-sdltest --disable-gl --without-net --with-sdl-prefix="$PWD/../sysroot" + ./configure --prefix=/ --host=${HOST} --disable-sdltest --disable-cpu-opt --disable-gl --without-net --with-sdl-prefix="$PWD/../sysroot" make skip=1 }