mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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
|
||||
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