This commit is contained in:
henderkes 2025-11-19 13:54:45 +01:00
parent e8d1970f55
commit 2b0a0bdad9

View File

@ -30,7 +30,8 @@ trait krb5
$args = [
'--disable-nls',
'--disable-rpath',
'--without-system-verto'];
'--without-system-verto',
];
if (PHP_OS_FAMILY === 'Darwin') {
$args[] = 'ac_cv_func_secure_getenv=no';
}