Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netsnmp: depend on openssl when the package is on to ensure build order | Gustavo Zacarias | 2010-07-29 | 1 | -0/+1 |
| | | | | | | | | | The netsnmp package should depend on openssl when using it. Otherwise netsnmp might get built before openssl and poison the configure cache since it's not a mandatory dependency. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Convert net-snmp to autotargets | Gustavo Zacarias | 2010-07-28 | 2 | -139/+38 |
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> | ||||
* | Update all packages to quote $(TARGET_CC) | Thomas Petazzoni | 2010-07-07 | 1 | -1/+1 |
| | | | | | | | Now that TARGET_CC contains several space-separated words, it must be used quoted everywhere. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | netsnmp: disable build with external toolchain | Thomas Petazzoni | 2010-05-20 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | There is a build problem with netsnmp on external toolchain that isn't easy to fix: libtool strips the --sysroot that we are passing it, which make the link step fail. In preparation for the release, just make sure this package isn't visible to external toolchain users. Of course, on the long run, we should fix this. We also disable the build of the Quagga SNMP support because it selects netsnmp. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | 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 | 2 | -1/+19 |
| | | | | | | 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 | 2 | -2/+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 | 4 | -256/+169 |
| | | | | Based on fa86c12d in Bernhards tree. | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | 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. | ||||
* | 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 |
| | |||||
* | Fix compile bugs caused by undefined preprocessor variables | Ulf Samuelsson | 2007-07-17 | 1 | -0/+185 |
| | |||||
* | 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 | 2 | -6/+7 |
| | | | | | | | 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 | 2 | -3/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | more help updates from Tom Cameron | Mike Frysinger | 2004-12-26 | 1 | -4/+4 |
| | |||||
* | Update a few packages | Eric Andersen | 2004-10-14 | 2 | -4/+5 |
| | |||||
* | 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 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 2 | -2/+33 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+105 |
directory. |