mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
libedit instead of readline
This commit is contained in:
parent
9382161b6f
commit
875e1d05cd
@ -22,7 +22,7 @@ trait krb5
|
||||
'LDFLAGS' => '-Wl,--allow-multiple-definition',
|
||||
])
|
||||
->optionalLib('ldap', '--with-ldap', '--without-ldap')
|
||||
->optionalLib('libedit', '--with-readline', '--without-readline')
|
||||
->optionalLib('libedit', '--with-libedit', '--without-libedit')
|
||||
->configure(
|
||||
'--disable-nls',
|
||||
'--disable-rpath',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user