summaryrefslogtreecommitdiff
path: root/package/sudo
AgeCommit message (Collapse)Author
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-12Sudo source package IS at DEBIAN, but with a different nameUlf Samuelsson
2009-01-11revert patch to allow downloading sudo from an EXISTING locationUlf Samuelsson
2009-01-11sudo: use Debian as upstreamPeter Korsgaard
As we are using a Debian/Ubuntu patch, it makes more sense to get the tarball from there as well.
2009-01-11Move SUDO_SITE to ATMEL_MIRROR, No cross-compiler patches for later versions ↵Ulf Samuelsson
which does not build without, fix installation
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-08-27sudo: fix long help text linesPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-03-06cleanup sudo makefileJohn Voltz
2008-02-12Run $(CONFIG_UPDATE) after unpacking sourcesHamish Moffatt
Patch from Dan Nicolaescu
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson
2007-07-06Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵"Steven J. Hill"
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-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-03-14yet more LDFLAGS handling fixupsEric Andersen
2007-03-13fixup package LDFLAGS handlingEric Andersen
2007-01-29- update defconfig to current versions and a minimal package selectionBernhard Reutner-Fischer
2007-01-14fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen
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
2006-12-21- bump version and make it workBernhard Reutner-Fischer
2006-12-15- sudo depends on host-fakerootBernhard Reutner-Fischer
2006-10-03- late binding isn't a good idea there, i did end up with an empty SOURCE.Bernhard Reutner-Fischer
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-07-04try to avoid rebuildEric Andersen
2006-06-06Fix Bug #897 preventing the building of 'sudo' for architectures other than x86."Steven J. Hill"
2006-04-11add sudo, based on http://bugs.busybox.net/view.php?id=511Eric Andersen
with minor changes, and updated security patches