From b8b4b220451eea1c645f72e20fd0c71de31589d1 Mon Sep 17 00:00:00 2001 From: Eugine Blikh Date: Wed, 5 Sep 2018 15:58:08 +0300 Subject: [PATCH] tarantool 1.9.2.0 Closes #31831. Signed-off-by: FX Coudert --- Formula/tarantool.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Formula/tarantool.rb b/Formula/tarantool.rb index f614aa7711..157c9248db 100644 --- a/Formula/tarantool.rb +++ b/Formula/tarantool.rb @@ -1,8 +1,8 @@ class Tarantool < Formula desc "In-memory database and Lua application server" homepage "https://tarantool.org/" - url "https://download.tarantool.org/tarantool/1.9/src/tarantool-1.9.1.63.tar.gz" - sha256 "2d035e33f1abbdc35fc3ecce2e93e506e52362a9d2474d31b19daa4289445683" + url "https://download.tarantool.org/tarantool/1.9/src/tarantool-1.9.2.0.tar.gz" + sha256 "0b59c3aff12a5f1ff41a0073cf65101e20ba20bcc65b460b99f76c58d545e52d" head "https://github.com/tarantool/tarantool.git", :branch => "2.0", :shallow => false bottle do @@ -19,8 +19,10 @@ class Tarantool < Formula def install sdk = MacOS::CLT.installed? ? "" : MacOS.sdk_path - args = std_cmake_args + # Necessary for luajit to build on macOS Mojave (see luajit formula) + ENV["MACOSX_DEPLOYMENT_TARGET"] = MacOS.version + args = std_cmake_args args << "-DCMAKE_INSTALL_MANDIR=#{doc}" args << "-DCMAKE_INSTALL_SYSCONFDIR=#{etc}" args << "-DCMAKE_INSTALL_LOCALSTATEDIR=#{var}"