libossp_uuid: remove invalid ac_cv_va_copy value; fix darwin (#369649)

This commit is contained in:
Emily
2025-01-19 16:44:13 +00:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
};
configureFlags = [
"ac_cv_va_copy=yes"
"ac_cv_va_copy=C99"
] ++ lib.optional stdenv.hostPlatform.isFreeBSD "--with-pic";
patches = [ ./shtool.patch ];