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 e8d1970 commit 2b0a0bdCopy full SHA for 2b0a0bd
src/SPC/builder/unix/library/krb5.php
@@ -30,7 +30,8 @@ protected function build(): void
30
$args = [
31
'--disable-nls',
32
'--disable-rpath',
33
- '--without-system-verto'];
+ '--without-system-verto',
34
+ ];
35
if (PHP_OS_FAMILY === 'Darwin') {
36
$args[] = 'ac_cv_func_secure_getenv=no';
37
}
0 commit comments