mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
frameworks?
This commit is contained in:
parent
84e9f13688
commit
1e09017549
@ -32,7 +32,7 @@ trait krb5
|
||||
'--without-system-verto',
|
||||
];
|
||||
if (PHP_OS_FAMILY === 'Darwin') {
|
||||
$extraEnv['LDFLAGS'] = '-framework Kerberos';
|
||||
$extraEnv['LDFLAGS'] = '-framework Kerberos -framework Security -framework CoreFoundation';
|
||||
$args[] = 'ac_cv_func_secure_getenv=no';
|
||||
}
|
||||
UnixAutoconfExecutor::create($this)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user