rocksdb: fix build (ZHF)
This commit is contained in:
parent
6782a38364
commit
4d49006a0f
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
|
|||
# Environment vars used for building certain configurations
|
||||
PORTABLE = "1";
|
||||
USE_SSE = "1";
|
||||
CMAKE_CXX_FLAGS = "-std=gnu++11";
|
||||
JEMALLOC_LIB = stdenv.lib.optionalString (malloc == jemalloc) "-ljemalloc";
|
||||
|
||||
buildFlags = [
|
||||
|
|
Loading…
Reference in a new issue