xfstests: turn off format hardening
This commit is contained in:
parent
e370a9cf84
commit
00c53f31c2
@ -13,6 +13,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ acl autoreconfHook attr gawk libaio libuuid libxfs openssl perl ];
|
buildInputs = [ acl autoreconfHook attr gawk libaio libuuid libxfs openssl perl ];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
# Patch the destination directory
|
# Patch the destination directory
|
||||||
sed -i include/builddefs.in -e "s|^PKG_LIB_DIR\s*=.*|PKG_LIB_DIR=$out/lib/xfstests|"
|
sed -i include/builddefs.in -e "s|^PKG_LIB_DIR\s*=.*|PKG_LIB_DIR=$out/lib/xfstests|"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user