libarchive: disable strictflexarrays3 hardening flag
This commit is contained in:
@@ -123,6 +123,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
acl
|
||||
];
|
||||
|
||||
hardeningDisable = [ "strictflexarrays3" ];
|
||||
|
||||
configureFlags = lib.optional (!xarSupport) "--without-xml2";
|
||||
|
||||
preBuild = lib.optionalString stdenv.hostPlatform.isCygwin ''
|
||||
|
||||
Reference in New Issue
Block a user