Skip to content

Commit 1e09017

Browse files
committed
frameworks?
1 parent 84e9f13 commit 1e09017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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';
35+
$extraEnv['LDFLAGS'] = '-framework Kerberos -framework Security -framework CoreFoundation';
3636
$args[] = 'ac_cv_func_secure_getenv=no';
3737
}
3838
UnixAutoconfExecutor::create($this)

0 commit comments

Comments
 (0)