Module: sip-router Branch: 4.1 Commit: 620d9309a1bfe5e6f3ea0e93f40f267cd3f5f1bf URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=620d9309...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Jan 9 19:19:31 2014 +0100
snmpstats: use $(share_prefix) for deploying MIBS
(cherry picked from commit 5dde71f7fb9715a18dabfe0beeb152b0821c6fb0)
Conflicts: modules/snmpstats/Makefile
---
modules/snmpstats/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/snmpstats/Makefile b/modules/snmpstats/Makefile index 0778be1..a26c93e 100644 --- a/modules/snmpstats/Makefile +++ b/modules/snmpstats/Makefile @@ -14,10 +14,10 @@ ifeq ($(BUILDER),) DEFS +=-I$(LOCALBASE)/include BUILDAGENTLIBS =-L$(LOCALBASE)/lib -lnetsnmpmibs -lnetsnmpagent \ -lnetsnmphelpers -lnetsnmp - INSTALLMIBDIR = $(cfg-prefix)/share/snmp/mibs + INSTALLMIBDIR = $(share_prefix)/share/snmp/mibs else BUILDAGENTLIBS = $(shell net-snmp-config --netsnmp-agent-libs) - INSTALLMIBDIR = $(cfg-prefix)$(shell net-snmp-config --prefix)/share/snmp/mibs + INSTALLMIBDIR = $(share_prefix)$(shell net-snmp-config --prefix)/share/snmp/mibs endif
ifeq ($(EMBEDDED_PERL),1)