We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e9f13 commit 1e09017Copy full SHA for 1e09017
src/SPC/builder/unix/library/krb5.php
@@ -32,7 +32,7 @@ protected function build(): void
32
'--without-system-verto',
33
];
34
if (PHP_OS_FAMILY === 'Darwin') {
35
- $extraEnv['LDFLAGS'] = '-framework Kerberos';
+ $extraEnv['LDFLAGS'] = '-framework Kerberos -framework Security -framework CoreFoundation';
36
$args[] = 'ac_cv_func_secure_getenv=no';
37
}
38
UnixAutoconfExecutor::create($this)
0 commit comments