yate: updates yate to 5.4.2. This fixes #14
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
00d2fb7c88
commit
4165841eda
2 changed files with 3 additions and 34 deletions
|
@ -9,7 +9,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/uclibc++.mk
|
||||
|
||||
RELEASEVER:=5.4.0
|
||||
RELEASEVER:=5.4.2
|
||||
|
||||
PKG_NAME:=yate
|
||||
PKG_VERSION:=$(RELEASEVER)-1
|
||||
|
@ -17,7 +17,7 @@ PKG_RELEASE:=4
|
|||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://yate.null.ro/tarballs/yate5/
|
||||
PKG_MD5SUM:=427fd2ffde51116271534f398bf913e8
|
||||
PKG_MD5SUM:=50ffb5a9d3a7105a8776e56783d309ed
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
@ -108,7 +108,7 @@ CONFIGURE_ARGS+= \
|
|||
--with-spandsp="$(STAGING_DIR)/usr/include" \
|
||||
--without-pwlib \
|
||||
--without-openh323 \
|
||||
--with-openssl="$(STAGING_DIR)/usr" \
|
||||
--with-openssl \
|
||||
--with-zlib="$(STAGING_DIR)/usr" \
|
||||
--without-libqt4 \
|
||||
--without-qtstatic \
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
Index: yate/libs/miniwebrtc/typedefs.h
|
||||
===================================================================
|
||||
--- yate.orig/libs/miniwebrtc/typedefs.h
|
||||
+++ yate/libs/miniwebrtc/typedefs.h
|
||||
@@ -79,6 +79,26 @@
|
||||
#elif defined(__mips__)
|
||||
#define WEBRTC_ARCH_32_BITS
|
||||
#define WEBRTC_BIG_ENDIAN
|
||||
+#elif defined(__powerpc64__)
|
||||
+#define WEBRTC_ARCH_PPC64 1
|
||||
+#define WEBRTC_ARCH_64_BITS
|
||||
+#ifdef __LITTLE_ENDIAN__
|
||||
+#define WEBRTC_ARCH_LITTLE_ENDIAN
|
||||
+#define WEBRTC_LITTLE_ENDIAN
|
||||
+#else
|
||||
+#define WEBRTC_ARCH_BIG_ENDIAN
|
||||
+#define WEBRTC_BIG_ENDIAN
|
||||
+#endif
|
||||
+#elif defined(__powerpc__)
|
||||
+#define WEBRTC_ARCH_PPC 1
|
||||
+#define WEBRTC_ARCH_32_BITS
|
||||
+#ifdef __LITTLE_ENDIAN__
|
||||
+#define WEBRTC_ARCH_LITTLE_ENDIAN
|
||||
+#define WEBRTC_LITTLE_ENDIAN
|
||||
+#else
|
||||
+#define WEBRTC_ARCH_BIG_ENDIAN
|
||||
+#define WEBRTC_BIG_ENDIAN
|
||||
+#endif
|
||||
#else
|
||||
#error Please add support for your architecture in typedefs.h
|
||||
#endif
|
Loading…
Reference in a new issue