From 33759c66193f30da699921dba378960f137058c5 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Wed, 7 Aug 2019 16:03:05 +0100 Subject: [PATCH] Bump leveldb version To one which builds on 32-bit platforms --- c_src/build_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c_src/build_deps.sh b/c_src/build_deps.sh index 207d2877..cfb1120c 100755 --- a/c_src/build_deps.sh +++ b/c_src/build_deps.sh @@ -8,7 +8,7 @@ if [ `uname -s` = 'SunOS' -a "${POSIX_SHELL}" != "true" ]; then fi unset POSIX_SHELL # clear it so if we invoke other scripts, they run as ksh as well -LEVELDB_VSN="2.0.35" +LEVELDB_VSN="2.0.36" SNAPPY_VSN="1.0.4" @@ -103,4 +103,4 @@ case "$1" in (cp leveldb/perf_dump leveldb/sst_rewrite leveldb/sst_scan leveldb/leveldb_repair ../priv) ;; -esac \ No newline at end of file +esac