mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
phpstan
This commit is contained in:
parent
3fee7deb6d
commit
637eadef0b
@ -17,7 +17,7 @@ trait curl
|
||||
if ($this->builder->getLib('krb5') && !getenv('SPC_LINK_STATIC')) {
|
||||
$util = new SPCConfigUtil($this->builder, ['libs_only_deps' => true]);
|
||||
$config = $util->config(libraries: ['krb5']);
|
||||
$linkerFlags = $config['LDFLAGS'] . ' -Wl,--whole-archive -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support -Wl,--no-whole-archive -Wl,--no-undefined';
|
||||
$linkerFlags = $config['ldflags'] . ' -Wl,--whole-archive -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support -Wl,--no-whole-archive -Wl,--no-undefined';
|
||||
}
|
||||
|
||||
UnixCMakeExecutor::create($this)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user