From 1a742c96fc8e58440dc07028e1ad137225111097 Mon Sep 17 00:00:00 2001 From: Alberto Miranda Date: Mon, 23 Aug 2021 18:54:07 +0200 Subject: [PATCH] Ensure RocksDB is built as a portable library --- scripts/profiles/0.8.0/install/rocksdb.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/profiles/0.8.0/install/rocksdb.install b/scripts/profiles/0.8.0/install/rocksdb.install index 1a4138342..7e14bbaab 100644 --- a/scripts/profiles/0.8.0/install/rocksdb.install +++ b/scripts/profiles/0.8.0/install/rocksdb.install @@ -44,7 +44,7 @@ pkg_install() { CURR=${SOURCE_DIR}/rocksdb cd "${CURR}" make clean - USE_RTTI=1 make -j"${CORES}" static_lib + PORTABLE=1 USE_SSE=1 USE_RTTI=1 make -j"${CORES}" static_lib INSTALL_PATH="${INSTALL_DIR}" make install } -- GitLab