diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-06-23 22:49:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-06-23 22:49:33 +0000 |
commit | 68886b0aacd3339e2621b716f121a045720377e4 (patch) | |
tree | 93ef3d1b731bd25e41bc566611b3755da8020f02 /package/readline/Config.in | |
parent | 2605b7410f9c9f5cb20280c298904559907e9c85 (diff) | |
download | buildroot-novena-68886b0aacd3339e2621b716f121a045720377e4.tar.gz buildroot-novena-68886b0aacd3339e2621b716f121a045720377e4.zip |
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
Diffstat (limited to 'package/readline/Config.in')
-rw-r--r-- | package/readline/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/readline/Config.in b/package/readline/Config.in index c27c6bec4..45da5b1a9 100644 --- a/package/readline/Config.in +++ b/package/readline/Config.in @@ -1,7 +1,7 @@ # config BR2_READLINE bool "readline" - default y + default n help Enable GNU readline support? |