Skip to content

Commit 637eade

Browse files
committed
phpstan
1 parent 3fee7de commit 637eade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ protected function build(): void
1717
if ($this->builder->getLib('krb5') && !getenv('SPC_LINK_STATIC')) {
1818
$util = new SPCConfigUtil($this->builder, ['libs_only_deps' => true]);
1919
$config = $util->config(libraries: ['krb5']);
20-
$linkerFlags = $config['LDFLAGS'] . ' -Wl,--whole-archive -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support -Wl,--no-whole-archive -Wl,--no-undefined';
20+
$linkerFlags = $config['ldflags'] . ' -Wl,--whole-archive -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support -Wl,--no-whole-archive -Wl,--no-undefined';
2121
}
2222

2323
UnixCMakeExecutor::create($this)

0 commit comments

Comments
 (0)