framework!

This commit is contained in:
henderkes 2025-11-19 15:20:05 +01:00
parent 1e09017549
commit 1662ac4cf8
2 changed files with 4 additions and 1 deletions

View File

@ -316,6 +316,9 @@
"lib-suggests": [
"ldap",
"libedit"
],
"frameworks": [
"Kerberos"
]
},
"ldap": {

View File

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