libossp_uuid: remove invalid ac_cv_va_copy value; fix darwin (#369649)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user