X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/fa701fc119f67c4c7626ac07f2e081f249106305..d51169137e4f79bbe3aba52be72071d11dd27127:/cookbooks/nominatim/templates/default/nominatim-update-source.erb diff --git a/cookbooks/nominatim/templates/default/nominatim-update-source.erb b/cookbooks/nominatim/templates/default/nominatim-update-source.erb index 43a486511..5074b237e 100644 --- a/cookbooks/nominatim/templates/default/nominatim-update-source.erb +++ b/cookbooks/nominatim/templates/default/nominatim-update-source.erb @@ -19,5 +19,5 @@ git merge origin/<%= node[:nominatim][:revision] %> git submodule update cd <%= @builddir %> -cmake . +cmake -D WITH_LUAJIT=ON . make