Revert "rocksdb-haskell: just compile rocksdb statically to fix #21215"
This reverts commit 5e5df0fea2
.
This commit is contained in:
parent
26dc6dab4c
commit
8b6b0aea72
|
@ -36,10 +36,13 @@ stdenv.mkDerivation rec {
|
||||||
JEMALLOC_LIB = stdenv.lib.optionalString (malloc == jemalloc) "-ljemalloc";
|
JEMALLOC_LIB = stdenv.lib.optionalString (malloc == jemalloc) "-ljemalloc";
|
||||||
|
|
||||||
buildFlags = [
|
buildFlags = [
|
||||||
|
"shared_lib"
|
||||||
"static_lib"
|
"static_lib"
|
||||||
];
|
];
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
|
"install-shared"
|
||||||
|
"install-static"
|
||||||
"INSTALL_PATH=\${out}"
|
"INSTALL_PATH=\${out}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue