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 9382161 commit 875e1d0Copy full SHA for 875e1d0
src/SPC/builder/unix/library/krb5.php
@@ -22,7 +22,7 @@ protected function build(): void
22
'LDFLAGS' => '-Wl,--allow-multiple-definition',
23
])
24
->optionalLib('ldap', '--with-ldap', '--without-ldap')
25
- ->optionalLib('libedit', '--with-readline', '--without-readline')
+ ->optionalLib('libedit', '--with-libedit', '--without-libedit')
26
->configure(
27
'--disable-nls',
28
'--disable-rpath',
0 commit comments