Enable multibyte characters by default

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=244
This commit is contained in:
Dr. Werner Fink 2017-12-08 06:13:58 +00:00 committed by Git OBS Bridge
parent 60bc147691
commit a9446ef467
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 8 06:12:43 UTC 2017 - werner@suse.de
- Enable multibyte characters by default
-------------------------------------------------------------------
Mon Sep 25 09:13:32 UTC 2017 - werner@suse.de

View File

@ -534,6 +534,7 @@ popd
--enable-command-timing \
--enable-disabled-builtins \
--disable-strict-posix-default \
--enable-multibyte \
--enable-separate-helpfiles=%{_datadir}/bash/helpfiles \
$READLINE
profilecflags=CFLAGS="$CFLAGS"