modules/bash: Enable readline

Restores autocomplete and makes bash more usable as an interactive
shell.  Added 106 KB to compressed initrd (checked librem_14).

Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
This commit is contained in:
Jonathon Hall 2024-01-17 16:30:31 -05:00
parent ae29ddbc78
commit 84040176fa
No known key found for this signature in database
GPG Key ID: 1E9C3CA91AE25114

View File

@ -23,7 +23,7 @@ bash_configure := CFLAGS="-g0 -Os" LDFLAGS="-s" ./configure \
--disable-net-redirections \
--enable-single-help-strings \
--disable-nls \
--disable-readline \
--enable-readline \
bash_target := $(MAKE_JOBS) \
&& $(MAKE) -C $(build)/$(bash_dir) \