Skip to content
Snippets Groups Projects
Commit a1836c1d authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Tristan Matthews
Browse files

contrib: add ccrtp rules

Change-Id: I56b3f1e8926f9f1c1e7382e13eb357a36394ef38
Refs: #46617
parent 70b293d1
No related branches found
No related tags found
No related merge requests found
2e63a049ead5bd8a2f3c65d3badb6d6b2a20e185698f62ea9f7e559e8d0aac6151e7a314317d63ea33282c891d75af32571da3471254600abea462097c47dfe3 ccrtp-2.0.9.tar.gz
# CCRTP
CCRTP_VERSION := 2.0.9
CCRTP_URL := $(GNUTELEPHONY)/ccrtp-$(CCRTP_VERSION).tar.gz
PKGS += ccrtp
ifeq ($(call need_pkg,'libccrtp >= 2.0.3'),)
PKGS_FOUND += ccrtp
endif
DEPS_ccrtp = ucommon gcrypt gnutls
$(TARBALLS)/ccrtp-$(CCRTP_VERSION).tar.gz:
$(call download,$(CCRTP_URL))
.sum-ccrtp: ccrtp-$(CCRTP_VERSION).tar.gz
ccrtp: ccrtp-$(CCRTP_VERSION).tar.gz .sum-ccrtp
$(UNPACK)
$(APPLY) $(SRC)/ccrtp/standardheader.patch
$(UPDATE_AUTOCONFIG)
$(MOVE)
.ccrtp: ccrtp
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install
touch $@
--- a/src/ccrtp/crypto/gcrypt/InitializeGcrypt.cpp.orig 2014-06-25 20:40:20.000000000 -0400
+++ b/src/ccrtp/crypto/gcrypt/InitializeGcrypt.cpp 2014-06-25 20:40:32.000000000 -0400
@@ -17,7 +17,7 @@
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <pthread.h>
#include <errno.h>
#include <gcrypt.h>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment