Files
telephony/net/kamailio/patches/130-change-snmp-mibs-path.patch
Sebastian Kemper a0ac804663 kamailio: minor bump + drop 5.x suffix
Bumps kamailio to version 5.4.2 and removes the suffix, as there is only
one kamailio version at a time anyway.

Also:

 - Replaces a few $(PKG_NAME) uses with simply "kamailio"
 - Drops the use of variable PKG_VARIANT (was not set anyway)
 - Drops 160-openssl-deprecated.patch (upstream first accepted the
   patch, then dropped it again after crashes were reported, see [1])

[1] https://github.com/kamailio/kamailio/issues/2466

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-12-12 23:55:36 +01:00

12 lines
396 B
Diff

--- a/src/modules/snmpstats/Makefile
+++ b/src/modules/snmpstats/Makefile
@@ -16,7 +16,7 @@ ifeq ($(BUILDER),)
INSTALLMIBDIR = $(share_prefix)/share/snmp/mibs
else
BUILDAGENTLIBS = $(shell net-snmp-config --netsnmp-agent-libs)
- INSTALLMIBDIR = $(basedir)$(shell net-snmp-config --prefix)/share/snmp/mibs
+ INSTALLMIBDIR = $(basedir)/usr/share/snmp/mibs
endif
ifeq ($(EMBEDDED_PERL),1)