Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | The target is readline-target, not readline_target | Peter Korsgaard | 2006-09-26 | 1 | -1/+1 |
| | |||||
* | some more patches from upstream | Mike Frysinger | 2006-03-23 | 1 | -0/+90 |
| | |||||
* | grab patches from upstream | Mike Frysinger | 2006-03-19 | 3 | -0/+149 |
| | |||||
* | - quote HOST_CC. | Bernhard Reutner-Fischer | 2006-03-10 | 1 | -2/+2 |
| | | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures. | ||||
* | version bump / cleanup | Mike Frysinger | 2005-12-13 | 2 | -26/+10 |
| | |||||
* | Fix broken dependancies | Eric Andersen | 2005-07-27 | 1 | -4/+14 |
| | |||||
* | These patches fix some minor problems with GNU Readline package. | Eric Andersen | 2005-06-23 | 2 | -55/+55 |
| | | | | | | | | | | | | 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 | ||||
* | fixup libreadline build, per http://bugs.uclibc.org/view.php?id=229 | Eric Andersen | 2005-05-04 | 1 | -5/+1 |
| | |||||
* | Bug #160, pgrayson writes: The readline package currently has a Makefile.in. ↵ | Mike Frysinger | 2005-03-21 | 2 | -6/+6 |
| | | | | This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk. | ||||
* | scott writes in http://bugs.uclibc.org/view.php?id=41 | Eric Andersen | 2005-02-25 | 4 | -0/+107 |
this patch adds the package 'readline' which is the GNU readline library used to get/save history with text input applications. |