Commit Graph

12 Commits

Author SHA1 Message Date
"Steven J. Hill"
9a4ca08e5f Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next. 2007-07-06 04:26:32 +00:00
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
Eric Andersen
15177a6e95 yet more LDFLAGS handling fixups 2007-03-14 03:12:22 +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
ae5ff6bc50 - bump version and make it work 2006-12-21 13:52:43 +00:00
Bernhard Reutner-Fischer
b20bd7a267 - sudo depends on host-fakeroot 2006-12-15 15:15:35 +00:00
Bernhard Reutner-Fischer
2d1ab08716 - late binding isn't a good idea there, i did end up with an empty SOURCE. 2006-10-03 13:42:42 +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
Eric Andersen
050da8412e try to avoid rebuild 2006-07-04 18:06:38 +00:00
"Steven J. Hill"
63c27c0bb5 Fix Bug #897 preventing the building of 'sudo' for architectures other than x86. 2006-06-06 02:52:08 +00:00
Eric Andersen
34a0c2f0a5 add sudo, based on http://bugs.busybox.net/view.php?id=511
with minor changes, and updated security patches
2006-04-11 00:27:51 +00:00