mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 22:16:58 +02:00
sys-libs/readline: Sync with Gentoo
It's from Gentoo commit f94613eab6afb3a8af8a051a3f00dc6a71b0502a.
This commit is contained in:
parent
51e93b1063
commit
c3119d945f
@ -141,7 +141,7 @@ src_configure() {
|
||||
# In cases where the C library doesn't support wide characters, readline
|
||||
# itself won't work correctly, so forcing the answer below should be OK.
|
||||
if tc-is-cross-compiler ; then
|
||||
use kernel_Winnt || export bash_cv_func_sigsetjmp='present'
|
||||
export bash_cv_func_sigsetjmp='present'
|
||||
export bash_cv_func_ctype_nonascii='yes'
|
||||
export bash_cv_wcwidth_broken='no' #503312
|
||||
fi
|
||||
|
@ -168,7 +168,7 @@ src_configure() {
|
||||
# In cases where the C library doesn't support wide characters, readline
|
||||
# itself won't work correctly, so forcing the answer below should be OK.
|
||||
if tc-is-cross-compiler ; then
|
||||
use kernel_Winnt || export bash_cv_func_sigsetjmp="present"
|
||||
export bash_cv_func_sigsetjmp="present"
|
||||
export bash_cv_func_ctype_nonascii="yes"
|
||||
# bug #503312
|
||||
export bash_cv_wcwidth_broken="no"
|
||||
|
@ -168,7 +168,7 @@ src_configure() {
|
||||
# In cases where the C library doesn't support wide characters, readline
|
||||
# itself won't work correctly, so forcing the answer below should be OK.
|
||||
if tc-is-cross-compiler ; then
|
||||
use kernel_Winnt || export bash_cv_func_sigsetjmp="present"
|
||||
export bash_cv_func_sigsetjmp="present"
|
||||
export bash_cv_func_ctype_nonascii="yes"
|
||||
# bug #503312
|
||||
export bash_cv_wcwidth_broken="no"
|
||||
|
Loading…
Reference in New Issue
Block a user