libarchive: disable strictflexarrays3 hardening flag

This commit is contained in:
Robert Scott
2025-05-24 11:10:26 +01:00
parent 43929ac9cc
commit 339c93697f
+2
View File
@@ -123,6 +123,8 @@ stdenv.mkDerivation (finalAttrs: {
acl
];
hardeningDisable = [ "strictflexarrays3" ];
configureFlags = lib.optional (!xarSupport) "--without-xml2";
preBuild = lib.optionalString stdenv.hostPlatform.isCygwin ''