From 03b4f6b9ede8072d90879d90c07ae83c271c8e02 Mon Sep 17 00:00:00 2001 From: Dominik Gleich Date: Fri, 27 Oct 2017 13:19:40 +0200 Subject: [PATCH] Update setup.sh Summary: Update which Ltalloc to download, this includes changes which help with compilation with Clang++5.0. Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D938 --- libs/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/setup.sh b/libs/setup.sh index 7c989f39c..c33405f83 100755 --- a/libs/setup.sh +++ b/libs/setup.sh @@ -113,7 +113,7 @@ cd .. # ltalloc # git clone https://github.com/r-lyeh/ltalloc.git git clone git://deps.memgraph.io/ltalloc.git -ltalloc_tag="aefde2afa5cd49c9d1a797aa08ec08b2bec13a36" # Sep 15, 2017 +ltalloc_tag="6d99c791bff50106683948ded30a9f9b62de1b40" # Oct 20, 2017 cd ltalloc git checkout ${ltalloc_tag} cd ..