mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
libedit instead of readline
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user