summaryrefslogtreecommitdiffstats
path: root/package/lzo
Commit message (Collapse)AuthorAgeFilesLines
* Fix library path in lzoUlf Samuelsson2007-09-231-0/+1
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-1/+1
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Run $\(CONFIG_UPDATE\) in the unpack rules for iperf, ↵Ulf Samuelsson2007-08-111-0/+1
| | | | libgcrypt,libgpg-error, lzo
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1Star
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - use correct path for lzo libs and headersBernhard Reutner-Fischer2007-06-221-8/+8
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - 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)
* - better encapsulation of versionBernhard Reutner-Fischer2006-01-031-4/+5
| | | | - quote TARGET_CC for setups which need flags in CC
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* 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=35Eric Andersen2005-01-231-3/+3
| | | | | | This patch changes the path used as dependency for liblzo, which appears to be pointing to $(STAGING_DIR)/usr prefix while the package is actually installed with prefix ${STAGING_DIR}
* more help updates from Tom CameronMike Frysinger2004-12-261-4/+3Star
|
* Be certain make is happy and will not keep trying to reinstallEric Andersen2004-10-141-0/+1
|
* Update a few packagesEric Andersen2004-10-141-10/+3Star
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* Thomas Lundquist: have the makefiles depend on the correct fileMike Frysinger2004-10-091-2/+3
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* facelift step number twoEric Andersen2004-10-092-2/+44
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+65
directory.