summaryrefslogtreecommitdiffstats
path: root/package/lzo
Commit message (Collapse)AuthorAgeFilesLines
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-2/+0
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jffs2root: build host version of lzo and use for host mkfs.jffs2Peter Korsgaard2009-04-081-0/+42
|
* Getting rid of a bit more configure options that's been centralized.Thomas Lundquist2009-01-181-1/+0
|
* lzo: add $(DISABLE_LARGEFILE) to configure optionsPeter Korsgaard2008-11-141-1/+1
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* lzo: bump version and update to Makefile.autotools.in formatPeter Korsgaard2008-08-202-108/+12
| | | | | | Bump LZO version and update makefile - tested with latest mtdutils. Signed-off-by: daniel.j.laird <daniel.j.laird@nxp.com>
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: additional -clean target fixesPeter Korsgaard2008-04-011-1/+1
| | | | Patch by Hebbar.
* Added BR2_DEBIAN_MIRRORThomas Lundquist2007-12-271-1/+1
|
* 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/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - use correct path for lzo libs and headersBernhard Reutner-Fischer2007-06-211-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/+3
|
* 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/+3
|
* 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.