frameworks?

This commit is contained in:
henderkes 2025-11-19 14:49:37 +01:00
parent 84e9f13688
commit 1e09017549

View File

@ -32,7 +32,7 @@ trait krb5
'--without-system-verto', '--without-system-verto',
]; ];
if (PHP_OS_FAMILY === 'Darwin') { if (PHP_OS_FAMILY === 'Darwin') {
$extraEnv['LDFLAGS'] = '-framework Kerberos'; $extraEnv['LDFLAGS'] = '-framework Kerberos -framework Security -framework CoreFoundation';
$args[] = 'ac_cv_func_secure_getenv=no'; $args[] = 'ac_cv_func_secure_getenv=no';
} }
UnixAutoconfExecutor::create($this) UnixAutoconfExecutor::create($this)