From 960adf4c69ff0d9274e20be8581aea6843999a38 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 21 Feb 2014 12:04:24 +0100 Subject: disable snmpnetstat for now, uses old bsd signal handling, which is disabled in uclibc --- package/net-snmp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/net-snmp') diff --git a/package/net-snmp/Makefile b/package/net-snmp/Makefile index 04fed494f..3cc7ea0b0 100644 --- a/package/net-snmp/Makefile +++ b/package/net-snmp/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= net-snmp PKG_VERSION:= 5.7.2 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_MD5SUM:= 5bddd02e2f82b62daa79f82717737a14 PKG_DESCR:= SNMP Agent PKG_SECTION:= net/misc -- cgit v1.2.3 From 7decd50174586b9cdb6955496908b17833a6d559 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 21 Feb 2014 12:23:43 +0100 Subject: oops, forgot the patch --- package/net-snmp/patches/patch-apps_Makefile_in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/net-snmp/patches/patch-apps_Makefile_in (limited to 'package/net-snmp') diff --git a/package/net-snmp/patches/patch-apps_Makefile_in b/package/net-snmp/patches/patch-apps_Makefile_in new file mode 100644 index 000000000..2c785f445 --- /dev/null +++ b/package/net-snmp/patches/patch-apps_Makefile_in @@ -0,0 +1,11 @@ +--- net-snmp-5.7.2.orig/apps/Makefile.in 2012-10-10 00:28:58.000000000 +0200 ++++ net-snmp-5.7.2/apps/Makefile.in 2014-02-21 11:50:25.000000000 +0100 +@@ -68,7 +68,7 @@ INSTALLSBINPROGS = snmptrapd$(EXEEXT) + + INSTALLLIBS = libnetsnmptrapd.$(LIB_EXTENSION)$(LIB_VERSION) + +-SUBDIRS = snmpnetstat ++#SUBDIRS = snmpnetstat + + FEATUREFILE=../include/net-snmp/features-apps.h + -- cgit v1.2.3 From ea1cf86a9968ea920b46cc6ccb926ba7c114163b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 21 Feb 2014 12:23:45 +0100 Subject: oops, forgot the patch --- package/net-snmp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/net-snmp') diff --git a/package/net-snmp/Makefile b/package/net-snmp/Makefile index 3cc7ea0b0..cd60a54ae 100644 --- a/package/net-snmp/Makefile +++ b/package/net-snmp/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= net-snmp PKG_VERSION:= 5.7.2 -PKG_RELEASE:= 3 +PKG_RELEASE:= 4 PKG_MD5SUM:= 5bddd02e2f82b62daa79f82717737a14 PKG_DESCR:= SNMP Agent PKG_SECTION:= net/misc -- cgit v1.2.3