diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-22 22:25:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-22 22:25:19 +0100 |
commit | d8b552dbe4dc24a7bf7dac7d05a8d9d077470347 (patch) | |
tree | 8416a7e4c4866918e91990966efc723a95b2699e /package/net-snmp/patches/patch-apps_Makefile_in | |
parent | 7d3fa6ece82fd4f834a928fa764f8db5f8b34d7f (diff) | |
parent | 7520a306e9fc2892d9d30c09fd257780694ed5ab (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/net-snmp/patches/patch-apps_Makefile_in')
-rw-r--r-- | package/net-snmp/patches/patch-apps_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
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 + |