Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-01 | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | |
We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-09-03 | package: Remove unnecessary dependencies on uclibc. | Will Newton | |
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2009-01-12 | Sudo source package IS at DEBIAN, but with a different name | Ulf Samuelsson | |
2009-01-11 | revert patch to allow downloading sudo from an EXISTING location | Ulf Samuelsson | |
2009-01-11 | sudo: use Debian as upstream | Peter Korsgaard | |
As we are using a Debian/Ubuntu patch, it makes more sense to get the tarball from there as well. | |||
2009-01-11 | Move SUDO_SITE to ATMEL_MIRROR, No cross-compiler patches for later versions ↵ | Ulf Samuelsson | |
which does not build without, fix installation | |||
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-03-06 | cleanup sudo makefile | John Voltz | |
2008-02-12 | Run $(CONFIG_UPDATE) after unpacking sources | Hamish 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-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2007-07-06 | Remove 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_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-03-14 | yet more LDFLAGS handling fixups | Eric Andersen | |
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2007-01-14 | fixup 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 work | Bernhard Reutner-Fischer | |
2006-12-15 | - sudo depends on host-fakeroot | Bernhard 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-04 | try to avoid rebuild | Eric Andersen | |
2006-06-06 | Fix Bug #897 preventing the building of 'sudo' for architectures other than x86. | "Steven J. Hill" | |
2006-04-11 | add sudo, based on http://bugs.busybox.net/view.php?id=511 | Eric Andersen | |
with minor changes, and updated security patches |