summaryrefslogtreecommitdiffstats
path: root/package/lzma
Commit message (Collapse)AuthorAgeFilesLines
* - make sure that the path for the lzma-host-binary existBernhard Reutner-Fischer2007-08-311-1/+1
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-5/+5
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* - add handling of lzma for the host (unconditionally for now)Bernhard Reutner-Fischer2007-08-212-5/+29
| | | | - remove non-working attempt to install an lzma to the host via sudo
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* SED away some whitespaceUlf Samuelsson2007-08-201-2/+2
|
* Ensure lzma is built *before* linux, allow system installation in /usr/local/binUlf Samuelsson2007-08-161-0/+9
|
* fix liblzmadec.la pathsUlf Samuelsson2007-08-131-0/+2
|
* - lzma needs a CXX cross-compilerBernhard Reutner-Fischer2007-07-312-10/+16
| | | | - minor cleanups while at it
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-4/+4
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-1/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - avoid spurious rebuilds. Thanks to janlana, closes #1191Bernhard Reutner-Fischer2007-02-041-7/+7
| | | | - provide a syslinux-source target while at it
* - use global DISABLE_LARGEFILEBernhard Reutner-Fischer2006-12-211-3/+1Star
|
* - add and use a HOSTCXX variable.Bernhard Reutner-Fischer2006-11-201-0/+1
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-2/+3
|
* - Patch from Thomas Lundquist to support lzma compressed ext2 rootfs.Bernhard Reutner-Fischer2006-11-042-28/+72
|
* - 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)
* - add package lzmaBernhard Reutner-Fischer2006-08-293-0/+109