mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
mongodb: enable pie hardening
This commit is contained in:
parent
b3d9562fc8
commit
5176e7ac77
|
@ -19,6 +19,7 @@ let version = "3.2.1";
|
|||
#"stemmer" -- not nice to package yet (no versioning, no makefile, no shared libs).
|
||||
"yaml"
|
||||
] ++ optionals stdenv.isLinux [ "tcmalloc" ];
|
||||
|
||||
buildInputs = [
|
||||
sasl boost gperftools pcre snappy
|
||||
zlib libyamlcpp sasl openssl libpcap
|
||||
|
@ -79,6 +80,8 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
hardening_pie = true;
|
||||
|
||||
meta = {
|
||||
description = "a scalable, high-performance, open source NoSQL database";
|
||||
homepage = http://www.mongodb.org;
|
||||
|
|
Loading…
Reference in a new issue