radare2: update to 1.6.0.
This commit is contained in:
parent
d1c1bc2073
commit
5d84c9e3d7
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- libr/util/thread_lock.c.orig 2017-05-30 18:46:34.000000000 +0200
|
|
||||||
+++ libr/util/thread_lock.c 2017-05-30 19:30:50.261893137 +0200
|
|
||||||
@@ -13,7 +13,7 @@
|
|
||||||
if (recursive) {
|
|
||||||
pthread_mutexattr_t attr;
|
|
||||||
pthread_mutexattr_init (&attr);
|
|
||||||
-#if !__linux__ || __USE_UNIX98__
|
|
||||||
+#if !defined(__GLIBC__) || __USE_UNIX98__
|
|
||||||
pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE);
|
|
||||||
#else
|
|
||||||
pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE_NP);
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'radare2'
|
# Template file for 'radare2'
|
||||||
pkgname=radare2
|
pkgname=radare2
|
||||||
version=1.5.0
|
version=1.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-syscapstone"
|
configure_args="--with-syscapstone"
|
||||||
|
@ -11,4 +11,4 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="http://www.radare.org"
|
homepage="http://www.radare.org"
|
||||||
distfiles="https://github.com/radare/radare2/archive/${version}.tar.gz"
|
distfiles="https://github.com/radare/radare2/archive/${version}.tar.gz"
|
||||||
checksum=a54a1988527b63299affef0e08b221ef13d6f4a75280231786d554e2bad78085
|
checksum=759d1c65dcd69d1189fc73e427c568ec234a7ca1958c19f5001c255dd31a3787
|
||||||
|
|
Loading…
Reference in a new issue