rocksdb: fix build (ZHF)
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user