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 1e09017 commit 1662ac4Copy full SHA for 1662ac4
config/lib.json
@@ -316,6 +316,9 @@
316
"lib-suggests": [
317
"ldap",
318
"libedit"
319
+ ],
320
+ "frameworks": [
321
+ "Kerberos"
322
]
323
},
324
"ldap": {
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 -framework Security -framework CoreFoundation';
+ $extraEnv['LDFLAGS'] = '-framework Kerberos';
36
$args[] = 'ac_cv_func_secure_getenv=no';
37
}
38
UnixAutoconfExecutor::create($this)
0 commit comments