libxml2: Disable bindnow hardening
This commit is contained in:
parent
ac73835b54
commit
965abb6d54
@ -13,6 +13,8 @@ stdenv.mkDerivation (rec {
|
|||||||
sha256 = "0bd17g6znn2r98gzpjppsqjg33iraky4px923j3k8kdl8qgy7sad";
|
sha256 = "0bd17g6znn2r98gzpjppsqjg33iraky4px923j3k8kdl8qgy7sad";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardeningDisable = [ "bindnow" ];
|
||||||
|
|
||||||
outputs = [ "out" "doc" ];
|
outputs = [ "out" "doc" ];
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optional pythonSupport python
|
buildInputs = stdenv.lib.optional pythonSupport python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user