Skip to content

Commit 1662ac4

Browse files
committed
framework!
1 parent 1e09017 commit 1662ac4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config/lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@
316316
"lib-suggests": [
317317
"ldap",
318318
"libedit"
319+
],
320+
"frameworks": [
321+
"Kerberos"
319322
]
320323
},
321324
"ldap": {

src/SPC/builder/unix/library/krb5.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ protected function build(): void
3232
'--without-system-verto',
3333
];
3434
if (PHP_OS_FAMILY === 'Darwin') {
35-
$extraEnv['LDFLAGS'] = '-framework Kerberos -framework Security -framework CoreFoundation';
35+
$extraEnv['LDFLAGS'] = '-framework Kerberos';
3636
$args[] = 'ac_cv_func_secure_getenv=no';
3737
}
3838
UnixAutoconfExecutor::create($this)

0 commit comments

Comments
 (0)