xfstests: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-20 21:58:30 +00:00
parent e370a9cf84
commit 00c53f31c2

View File

@ -13,6 +13,8 @@ stdenv.mkDerivation {
buildInputs = [ acl autoreconfHook attr gawk libaio libuuid libxfs openssl perl ];
hardening_format = false;
patchPhase = ''
# Patch the destination directory
sed -i include/builddefs.in -e "s|^PKG_LIB_DIR\s*=.*|PKG_LIB_DIR=$out/lib/xfstests|"