Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | Sudo source package IS at DEBIAN, but with a different name | Ulf Samuelsson | 2009-01-12 | 1 | -3/+3 |
| | |||||
* | revert patch to allow downloading sudo from an EXISTING location | Ulf Samuelsson | 2009-01-11 | 1 | -2/+3 |
| | |||||
* | sudo: use Debian as upstream | Peter Korsgaard | 2009-01-11 | 1 | -4/+2 |
| | | | | | As we are using a Debian/Ubuntu patch, it makes more sense to get the tarball from there as well. | ||||
* | Move SUDO_SITE to ATMEL_MIRROR, No cross-compiler patches for later versions ↵ | Ulf Samuelsson | 2009-01-11 | 4 | -5/+19 |
| | | | | which does not build without, fix installation | ||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -2/+2 |
| | |||||
* | sudo: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -4/+4 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | cleanup sudo makefile | John Voltz | 2008-03-06 | 1 | -3/+3 |
| | |||||
* | Run $(CONFIG_UPDATE) after unpacking sources | Hamish Moffatt | 2008-02-12 | 1 | -0/+1 |
| | | | | Patch from Dan Nicolaescu | ||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | 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 |