Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵ | "Steven J. Hill" | 2007-07-06 | 1 | -2/+0 |
| | | | | 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. | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -0/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | yet more LDFLAGS handling fixups | Eric Andersen | 2007-03-14 | 1 | -1/+1 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - update defconfig to current versions and a minimal package selection | Bernhard Reutner-Fischer | 2007-01-29 | 1 | -1/+1 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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 | ||||
* | - bump version and make it work | Bernhard Reutner-Fischer | 2006-12-21 | 3 | -136/+1070 |
| | |||||
* | - sudo depends on host-fakeroot | Bernhard Reutner-Fischer | 2006-12-15 | 1 | -2/+1 |
| | |||||
* | - late binding isn't a good idea there, i did end up with an empty SOURCE. | Bernhard Reutner-Fischer | 2006-10-03 | 1 | -3/+3 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -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) | ||||
* | try to avoid rebuild | Eric Andersen | 2006-07-04 | 1 | -0/+2 |
| | |||||
* | Fix Bug #897 preventing the building of 'sudo' for architectures other than x86. | "Steven J. Hill" | 2006-06-06 | 2 | -63/+85 |
| | |||||
* | add sudo, based on http://bugs.busybox.net/view.php?id=511 | Eric Andersen | 2006-04-11 | 4 | -0/+13371 |
with minor changes, and updated security patches |