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 3fee7de commit 637eadeCopy full SHA for 637eade
1 file changed
src/SPC/builder/unix/library/curl.php
@@ -17,7 +17,7 @@ protected function build(): void
17
if ($this->builder->getLib('krb5') && !getenv('SPC_LINK_STATIC')) {
18
$util = new SPCConfigUtil($this->builder, ['libs_only_deps' => true]);
19
$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';
+ $linkerFlags = $config['ldflags'] . ' -Wl,--whole-archive -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support -Wl,--no-whole-archive -Wl,--no-undefined';
21
}
22
23
UnixCMakeExecutor::create($this)
0 commit comments