mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-07 09:57:50 +00:00
transmission: update to transmission-2.50 - -utp.patch not needed anymore
This commit is contained in:
parent
0f990d5118
commit
a0240d6d38
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="transmission"
|
PKG_NAME="transmission"
|
||||||
PKG_VERSION="2.42"
|
PKG_VERSION="2.50"
|
||||||
PKG_REV="3"
|
PKG_REV="3"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
--- a/third-party/libutp/utypes.h.orig Wed Sep 28 19:46:15 2011
|
|
||||||
+++ b/third-party/libutp/utypes.h Wed Sep 28 19:47:06 2011
|
|
||||||
@@ -36,7 +36,11 @@ typedef const char * cstr;
|
|
||||||
typedef char * str;
|
|
||||||
|
|
||||||
#ifndef __cplusplus
|
|
||||||
+#ifdef HAVE_STDBOOL_H
|
|
||||||
+#include <stdbool.h>
|
|
||||||
+#else
|
|
||||||
typedef uint8 bool;
|
|
||||||
+#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif //__UTYPES_H__
|
|
Loading…
x
Reference in New Issue
Block a user