Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES} | Thomas Petazzoni | 2010-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | Do not let packages remove man pages, info pages and documentation | Thomas Petazzoni | 2010-04-11 | 1 | -7/+0 |
| | | | | | | | | | | The cleanup of $(TARGET_DIR)/usr/share/man, $(TARGET_DIR)/usr/man, $(TARGET_DIR)/usr/share/info, $(TARGET_DIR)/usr/info, $(TARGET_DIR)/usr/share/doc and $(TARGET_DIR)/usr/doc is already done globally in the main Makefile. Therefore, there's no need to handle that on a per-package basis. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | netsnmp: use the autoconf built by Buildroot | Thomas Petazzoni | 2010-02-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | netsnmp: bump version | Peter Korsgaard | 2009-10-25 | 1 | -1/+1 |
| | | | | | | Based on patch by Darcy Watkins <DWatkins@tranzeo.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | 2009-10-01 | 1 | -1/+1 |
| | | | | | | | | | | 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> | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | netsnmp: don't list openssl as a hard dependency | Peter Korsgaard | 2008-12-28 | 1 | -1/+1 |
| | | | | | netsnmp can be compiled without ssl support, so don't list it as a hard dependency and only compile in support if enabled by the user. | ||||
* | netsnmp: bump version, fixes security hole in snmpv3 | Peter Korsgaard | 2008-12-28 | 1 | -1/+1 |
| | |||||
* | netsnmp: run CONFIG_UPDATE | Peter Korsgaard | 2008-11-04 | 1 | -0/+1 |
| | | | | Based on e068796d3 in Bernhards tree. | ||||
* | netsnmp: bump version | Peter Korsgaard | 2008-11-04 | 1 | -38/+72 |
| | | | | Based on fa86c12d in Bernhards tree. | ||||
* | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | 2008-03-27 | 1 | -3/+3 |
| | | | | Based on input from Arndt Kritzner & Bernhard Fischer. | ||||
* | Added BR2_DEBIAN_MIRROR | Thomas Lundquist | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | - make sure that configure doesn't see a wrong cache | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -1/+2 |
| | |||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Read patch from correct directory | Ulf Samuelsson | 2007-07-17 | 1 | -1/+1 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -4/+5 |
| | |||||
* | - fix a few -clean targets. | Bernhard Reutner-Fischer | 2007-06-28 | 1 | -1/+1 |
| | | | | - bash build is not parallel-safe | ||||
* | - 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. | ||||
* | - correct installation path | Bernhard Reutner-Fischer | 2007-06-25 | 1 | -12/+9 |
| | |||||
* | - pass the correct endian | Bernhard Reutner-Fischer | 2007-04-20 | 1 | -1/+7 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+2 |
| | |||||
* | - fails for parallel builds, so force -j1 | Bernhard Reutner-Fischer | 2006-12-20 | 1 | -1/+5 |
| | | | | - improve the -clean target | ||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -2/+2 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | change patch level for netsnmp per case 0000707 | David Anders | 2006-02-10 | 1 | -1/+1 |
| | |||||
* | remove extra space after touch | Mike Frysinger | 2005-11-24 | 1 | -2/+2 |
| | |||||
* | http://bugs.uclibc.org/view.php?id=289 | Eric Andersen | 2005-06-09 | 1 | -1/+1 |
| | | | | | | | Debian have removed version 5.1.2 patchlevel 6 from their FTP servers, replacing it with 5.1.2 patchlevel 6.1. The resulting patch applies cleanly, but one of the buildroot patches does not apply cleanly unless modified. Patch is included to fix this. | ||||
* | Make the sourceforge mirror site a config option, as sourceforge | Eric Andersen | 2005-06-09 | 1 | -1/+1 |
| | | | | mirrors tend to change, move, go down, etc from time to time. | ||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 1 | -0/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | Update a few packages | Eric Andersen | 2004-10-14 | 1 | -4/+4 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 1 | -2/+1 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+105 |
directory. |