summaryrefslogtreecommitdiffstats
path: root/package/bzip2
Commit message (Collapse)AuthorAgeFilesLines
* makefile cleanup for bzip2John Voltz2008-03-061-6/+6
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-171-21/+38
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-3/+3
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* Replace space by tabsUlf Samuelsson2007-07-281-1/+1
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-14/+14
|
* - bump version and correct installation pathBernhard Reutner-Fischer2007-06-251-10/+15
|
* - 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)
* Fix some broken dependanciesEric Andersen2005-08-081-0/+1
|
* Fix bzip2 cross build error associated with host ranlib being"Steven J. Hill"2005-05-181-2/+2
| | | | used instead of cross target ranlib.
* This patch updates the bzip2 package to build version 1.0.3. The 1.0.3 versionEric Andersen2005-05-161-13/+14
| | | | | | | of bzip2 fixes a security issue with bzip2 v.1.0.2. This patch also modifies the .mk file so that version changes can be acomodated more easily. http://bugs.uclibc.org/view.php?id=255
* Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen2005-04-151-17/+17
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* Patch from pdinoto: http://bugs.uclibc.org/view.php?id=30Eric Andersen2005-01-231-1/+1
| | | | | This patch corrects bzip2 Makefile modification when BR2_LARGEFILE is n Seems like a small typo
* merge help descriptions written by Tom CameronMike Frysinger2004-12-241-4/+6
|
* use $(TARGET_CFLAGS)Mike Frysinger2004-10-111-0/+2
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+86
directory.