Commit Graph

15 Commits

Author SHA1 Message Date
Bernhard Reutner-Fischer 74d518dc2a - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-27 12:01:27 +00:00
Bernhard Reutner-Fischer 33553eb655 - fix path to staging binary. Closes #1353 2007-05-18 09:59:36 +00:00
Eric Andersen 85d7f6f05f fixup package LDFLAGS handling 2007-03-13 22:59:59 +00:00
Eric Andersen 732d94d25f fixup a whole steaming pile of insanity. When packages are configured,
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
2007-01-14 03:52:21 +00:00
Bernhard Reutner-Fischer ec5b83ce2f - add missing package-source targets
- add missing dependencies to build prerequisites in the config system
2007-01-03 13:44:01 +00:00
Bernhard Reutner-Fischer cff9398961 - bump version. Fetch from old/ dir if the version is out-of-date.
Thanks to Pavel Roskin
2006-11-29 10:23:54 +00:00
Eric Andersen 268d2fe348 minor version bumps 2006-11-17 23:44:45 +00:00
Bernhard Reutner-Fischer 6342c83201 - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Bernhard Reutner-Fischer 2f85174dbf - bump version 2006-09-28 14:26:32 +00:00
Bernhard Reutner-Fischer 5a2008d9fe - update to 1.02.09 2006-08-24 21:46:57 +00:00
Mike Frysinger e3f67672a9 ver bump #962 by bowerymarc 2006-07-19 23:53:59 +00:00
Eric Andersen 12b74e5324 remove junk, bump version, and generally clean things up 2006-07-10 22:17:48 +00:00
David Anders 00de77a28c update version number to latest stable build per case 0000502 2006-01-24 21:08:40 +00:00
Mike Frysinger dfebda0014 remove extra space after touch 2005-11-24 06:53:24 +00:00
Eric Andersen a8a6587d1b This patch adds package configuration files for the LVM2 tools and its
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
2005-06-24 02:46:31 +00:00