This website requires JavaScript.
Explore
Help
Sign In
NetCube-Systems-Austria
/
kumquat-buildroot
Watch
1
Star
0
Fork
0
You've already forked kumquat-buildroot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
00de77a28c
kumquat-buildroot
/
package
/
readline
/
Config.in
8 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
scott writes in http://bugs.uclibc.org/view.php?id=41 this patch adds the package 'readline' which is the GNU readline library used to get/save history with text input applications.
2005-02-25 03:36:58 +01:00
#
config BR2_READLINE
bool "readline"
These patches fix some minor problems with GNU Readline package. patch-1 will make the package selection default=n (since it's not necessary) patch-2 will fix the readline.mk makefile to better follow buildroot style. This is a cleanup only. But adds the 'readline-target' makefile target to also install readline .so files to the target in addition to the full install in the staging area. http://bugs.busybox.net/view.php?id=300
2005-06-24 00:49:33 +02:00
default n
scott writes in http://bugs.uclibc.org/view.php?id=41 this patch adds the package 'readline' which is the GNU readline library used to get/save history with text input applications.
2005-02-25 03:36:58 +01:00
help
Enable GNU readline support?
Reference in New Issue
Copy Permalink