rocksdb: fix build (ZHF)

This commit is contained in:
Pascal Wittmann 2015-07-09 15:00:31 +02:00
parent 6782a38364
commit 4d49006a0f

View File

@ -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 = [