summaryrefslogtreecommitdiff
path: root/package/lzo
AgeCommit message (Collapse)Author
2009-01-18Getting rid of a bit more configure options that's been centralized.Thomas Lundquist
2008-11-14lzo: add $(DISABLE_LARGEFILE) to configure optionsPeter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-08-20lzo: bump version and update to Makefile.autotools.in formatPeter Korsgaard
Bump LZO version and update makefile - tested with latest mtdutils. Signed-off-by: daniel.j.laird <daniel.j.laird@nxp.com>
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-04-01buildroot: additional -clean target fixesPeter Korsgaard
Patch by Hebbar.
2007-12-27Added BR2_DEBIAN_MIRRORThomas Lundquist
2007-09-23Fix library path in lzoUlf Samuelsson
2007-08-22- global whitespace trimmingBernhard 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-11Run $\(CONFIG_UPDATE\) in the unpack rules for iperf, ↵Ulf Samuelsson
libgcrypt,libgpg-error, lzo
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-21- use correct path for lzo libs and headersBernhard Reutner-Fischer
2007-03-13fixup package LDFLAGS handlingEric Andersen
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-01-03- better encapsulation of versionBernhard Reutner-Fischer
- quote TARGET_CC for setups which need flags in CC
2005-11-24remove extra space after touchMike Frysinger
2005-06-24be a bit more consistant with naming, always escape wildcardsEric Andersen
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2005-01-23patch from pdinoto: http://bugs.uclibc.org/view.php?id=35Eric Andersen
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}
2004-12-26more help updates from Tom CameronMike Frysinger
2004-10-14Be certain make is happy and will not keep trying to reinstallEric Andersen
2004-10-14Update a few packagesEric Andersen
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen
2004-10-09Thomas Lundquist: have the makefiles depend on the correct fileMike Frysinger
2004-10-09use $(TAR_VERBOSITY)Mike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen
2004-10-09facelift step number twoEric Andersen
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
directory.