Skip to content

Commit

Permalink
rtpengine: bump to 11.5.1.18
Browse files Browse the repository at this point in the history
Add missing xmlrpc-c dependency.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
  • Loading branch information
micmac1 committed Dec 24, 2023
1 parent 02f4ad1 commit de75348
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net/rtpengine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk

PKG_NAME:=rtpengine
PKG_VERSION:=11.5.1.12
PKG_VERSION:=11.5.1.18
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-mr$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/sipwise/rtpengine/tar.gz/mr$(PKG_VERSION)?
PKG_HASH:=76a16d00926838cdb16b0004043c2476115b8481f85eff454d5134204c780d47
PKG_HASH:=d5b0288ec02164b13730c14976425160d9a0b42b1c74796f8d9e59649e705fa6

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-mr$(PKG_VERSION)

Expand Down Expand Up @@ -51,6 +51,7 @@ ENGINE_DEPENDS := \
+libpcre2 \
+libwebsockets-openssl \
+libopus \
+xmlrpc-c \
+xmlrpc-c-client \
+zlib

Expand Down

0 comments on commit de75348

Please sign in to comment.