Skip to content

Commit 875e1d0

Browse files
committed
libedit instead of readline
1 parent 9382161 commit 875e1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ protected function build(): void
2222
'LDFLAGS' => '-Wl,--allow-multiple-definition',
2323
])
2424
->optionalLib('ldap', '--with-ldap', '--without-ldap')
25-
->optionalLib('libedit', '--with-readline', '--without-readline')
25+
->optionalLib('libedit', '--with-libedit', '--without-libedit')
2626
->configure(
2727
'--disable-nls',
2828
'--disable-rpath',

0 commit comments

Comments
 (0)