summaryrefslogtreecommitdiffstats
path: root/package/netsnmp/netsnmp.mk
Commit message (Collapse)AuthorAgeFilesLines
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* netsnmp: don't list openssl as a hard dependencyPeter Korsgaard2008-12-281-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 snmpv3Peter Korsgaard2008-12-281-1/+1
|
* netsnmp: run CONFIG_UPDATEPeter Korsgaard2008-11-041-0/+1
| | | | Based on e068796d3 in Bernhards tree.
* netsnmp: bump versionPeter Korsgaard2008-11-041-38/+72
| | | | Based on fa86c12d in Bernhards tree.
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-271-3/+3
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* Added BR2_DEBIAN_MIRRORThomas Lundquist2007-12-271-1/+1
|
* - make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer2007-09-251-1/+2
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-2/+2
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* Read patch from correct directoryUlf Samuelsson2007-07-171-1/+1
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-4/+5
|
* - fix a few -clean targets.Bernhard Reutner-Fischer2007-06-281-1/+1
| | | | - bash build is not parallel-safe
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-0/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - correct installation pathBernhard Reutner-Fischer2007-06-251-12/+9
|
* - pass the correct endianBernhard Reutner-Fischer2007-04-201-1/+7
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+2
|
* - fails for parallel builds, so force -j1Bernhard Reutner-Fischer2006-12-201-1/+5
| | | | - improve the -clean target
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-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 0000707David Anders2006-02-101-1/+1
|
* remove extra space after touchMike Frysinger2005-11-241-2/+2
|
* http://bugs.uclibc.org/view.php?id=289Eric Andersen2005-06-091-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 sourceforgeEric Andersen2005-06-091-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 theEric Andersen2005-02-101-0/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* Update a few packagesEric Andersen2004-10-141-4/+4
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* facelift step number twoEric Andersen2004-10-091-2/+1
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+105
directory.