Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-06 | Commit the new upstream patches and remove the old | Hamish Moffatt | |
2008-02-06 | Upgrade readline to 5.2, including all current upstream patches. | Hamish Moffatt | |
Fetch it from $(BR2_GNU_MIRROR). Note proper dependency on ncurses. | |||
2007-10-13 | Config update of Readline subdir | Ulf Samuelsson | |
2007-09-23 | Build readline as shared lib | Ulf Samuelsson | |
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-20 | SED away some whitespace | Ulf Samuelsson | |
2007-07-16 | Avoid rebuilding 'readline-5.1' | Ulf Samuelsson | |
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-04-16 | - install some more stuff that goes into staging_dir into the proper place. | Bernhard Reutner-Fischer | |
First hunk of fixes for bug #1290 | |||
2007-04-06 | - commentary typo fix | Bernhard Reutner-Fischer | |
2007-03-21 | - install target headers into the correct dir | Bernhard Reutner-Fischer | |
- make sure not to create libwhatever...old cruft | |||
2007-03-20 | - provide means to install readline into the target. Closes #968 | Bernhard Reutner-Fischer | |
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2007-01-28 | - correct improper prerequisite of -source target | Bernhard Reutner-Fischer | |
2007-01-14 | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | |
they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik | |||
2006-10-01 | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | |
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | |||
2006-09-26 | The target is readline-target, not readline_target | Peter Korsgaard | |
2006-03-23 | some more patches from upstream | Mike Frysinger | |
2006-03-19 | grab patches from upstream | Mike Frysinger | |
2006-03-10 | - quote HOST_CC. | Bernhard Reutner-Fischer | |
Allows for passing flags along HOST_CC which is sometimes needed on certain architectures. | |||
2005-12-13 | version bump / cleanup | Mike Frysinger | |
2005-07-27 | Fix broken dependancies | Eric Andersen | |
2005-06-23 | These patches fix some minor problems with GNU Readline package. | Eric Andersen | |
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-05-04 | fixup libreadline build, per http://bugs.uclibc.org/view.php?id=229 | Eric Andersen | |
2005-03-21 | Bug #160, pgrayson writes: The readline package currently has a Makefile.in. ↵ | Mike Frysinger | |
This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk. | |||
2005-02-25 | scott writes in http://bugs.uclibc.org/view.php?id=41 | Eric Andersen | |
this patch adds the package 'readline' which is the GNU readline library used to get/save history with text input applications. |