yate: Bump to version 6.0.0
Updates yate to version 6.0.0.
This commit is contained in:
parent
b152ecb040
commit
54931ca188
3 changed files with 12 additions and 18 deletions
|
@ -8,15 +8,15 @@
|
|||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
RELEASEVER:=5.5.0
|
||||
RELEASEVER:=6.0.0
|
||||
|
||||
PKG_NAME:=yate
|
||||
PKG_VERSION:=$(RELEASEVER)-1
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://yate.null.ro/tarballs/yate5/
|
||||
PKG_MD5SUM:=c433b3df08a5993e16fadaac279e39a0
|
||||
PKG_SOURCE_URL:=http://yate.null.ro/tarballs/yate6/
|
||||
PKG_HASH:=0ab76015651db8076031277b2003c23bd5d9eb940491801f30a6dc3c226c1817
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
Index: yate/engine/Mutex.cpp
|
||||
===================================================================
|
||||
--- yate.orig/engine/Mutex.cpp
|
||||
+++ yate/engine/Mutex.cpp
|
||||
--- a/engine/Mutex.cpp
|
||||
+++ b/engine/Mutex.cpp
|
||||
@@ -30,6 +30,10 @@ typedef HANDLE HSEMAPHORE;
|
||||
#include <semaphore.h>
|
||||
#include <time.h>
|
||||
|
@ -13,11 +11,9 @@ Index: yate/engine/Mutex.cpp
|
|||
#ifdef MUTEX_HACK
|
||||
extern "C" {
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
|
||||
Index: yate/configure.ac
|
||||
===================================================================
|
||||
--- yate.orig/configure.ac
|
||||
+++ yate/configure.ac
|
||||
@@ -257,7 +257,7 @@ AC_TRY_COMPILE([
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -264,7 +264,7 @@ AC_TRY_COMPILE([
|
||||
#include <pthread.h>
|
||||
],[
|
||||
pthread_mutexattr_t attr;
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
Index: yate/configure.ac
|
||||
===================================================================
|
||||
--- yate.orig/configure.ac
|
||||
+++ yate/configure.ac
|
||||
@@ -689,7 +689,7 @@ if [[ "x$local_lib" != "xlib" -a ! -d "$
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -713,7 +713,7 @@ if [[ "x$local_lib" != "xlib" -a ! -d "$
|
||||
fi
|
||||
if [[ -f "$ac_cv_use_mysql/include/mysql/mysql.h" -a -d "$ac_cv_use_mysql/$local_lib/mysql" ]]; then
|
||||
MYSQL_INC="-I$ac_cv_use_mysql/include/mysql"
|
||||
|
|
Loading…
Reference in a new issue