Revert "libxml2: Disable bindnow hardening"

This reverts commit 965abb6d54.
This commit is contained in:
Robin Gloster
2016-04-03 13:31:29 +00:00
parent df72d621f1
commit db6c023df0
@@ -13,8 +13,6 @@ stdenv.mkDerivation (rec {
sha256 = "0bd17g6znn2r98gzpjppsqjg33iraky4px923j3k8kdl8qgy7sad";
};
hardeningDisable = [ "bindnow" ];
outputs = [ "out" "doc" ];
buildInputs = stdenv.lib.optional pythonSupport python