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