summaryrefslogtreecommitdiffstats
path: root/package/readline/readline.mk
Commit message (Collapse)AuthorAgeFilesLines
* - commentary typo fixBernhard Reutner-Fischer2007-04-061-1/+1
|
* - install target headers into the correct dirBernhard Reutner-Fischer2007-03-211-13/+15
| | | | - make sure not to create libwhatever...old cruft
* - provide means to install readline into the target. Closes #968Bernhard Reutner-Fischer2007-03-201-5/+10
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - correct improper prerequisite of -source targetBernhard Reutner-Fischer2007-01-281-1/+1
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-20/+15
| | | | | | | | | | | | | 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
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-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_targetPeter Korsgaard2006-09-261-1/+1
|
* - quote HOST_CC.Bernhard Reutner-Fischer2006-03-101-2/+2
| | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures.
* version bump / cleanupMike Frysinger2005-12-131-14/+10
|
* Fix broken dependanciesEric Andersen2005-07-271-4/+14
|
* These patches fix some minor problems with GNU Readline package.Eric Andersen2005-06-231-54/+54
| | | | | | | | | | | | 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=229Eric Andersen2005-05-041-5/+1
|
* Bug #160, pgrayson writes: The readline package currently has a Makefile.in. ↵Mike Frysinger2005-03-211-0/+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=41Eric Andersen2005-02-251-0/+82
this patch adds the package 'readline' which is the GNU readline library used to get/save history with text input applications.