mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
rocksdb: compile as shared lib
This commit is contained in:
parent
580b5435e0
commit
d5f92a319a
@ -36,11 +36,11 @@ stdenv.mkDerivation rec {
|
||||
JEMALLOC_LIB = stdenv.lib.optionalString (malloc == jemalloc) "-ljemalloc";
|
||||
|
||||
buildFlags = [
|
||||
"static_lib"
|
||||
"shared_lib"
|
||||
];
|
||||
|
||||
installFlags = [
|
||||
"install-shared"
|
||||
"INSTALL_PATH=\${out}"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user