mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 19:14:34 +04:00
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>
12 lines
396 B
Diff
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)
|