summaryrefslogtreecommitdiffstats
path: root/package/dm
Commit message (Collapse)AuthorAgeFilesLines
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - fix path to staging binary. Closes #1353Bernhard Reutner-Fischer2007-05-181-1/+1
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-2/+13
| | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
* - add missing package-source targetsBernhard Reutner-Fischer2007-01-031-0/+2
| | | | - add missing dependencies to build prerequisites in the config system
* - bump version. Fetch from old/ dir if the version is out-of-date.Bernhard Reutner-Fischer2006-11-291-2/+4
| | | | Thanks to Pavel Roskin
* minor version bumpsEric Andersen2006-11-171-2/+3
|
* - 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)
* - bump versionBernhard Reutner-Fischer2006-09-281-1/+1
|
* - update to 1.02.09Bernhard Reutner-Fischer2006-08-241-2/+2
|
* ver bump #962 by bowerymarcMike Frysinger2006-07-191-1/+1
|
* remove junk, bump version, and generally clean things upEric Andersen2006-07-101-3/+13
|
* update version number to latest stable build per case 0000502David Anders2006-01-241-4/+4
|
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* This patch adds package configuration files for the LVM2 tools and itsEric Andersen2005-06-242-0/+103
dependency, device-mapper. This will provide the basic tools needed to work with LVM2 volumes on the target system. http://bugs.busybox.net/view.php?id=183