]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/nominatim-update-source.erb
nominatim: disable luajit
[chef.git] / cookbooks / nominatim / templates / default / nominatim-update-source.erb
index fb51d1eea1745daa557400c661bfd4dd41e26a20..dacb6190ee132cbd8c61bdb88f2a94c69102debd 100644 (file)
@@ -20,5 +20,5 @@ git checkout --detach <%= node[:nominatim][:revision] %>
 git submodule update
 
 cd <%= @builddir %>
-cmake -D WITH_LUAJIT=ON .
+cmake .
 make