0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/deps
Arne Schwabe 27beeb03db Update lz4 version to 1.8.3
The deprecated macro of LZ4 1.8.0 breaks in newer LLVM/Clang version:

include/lz4.h:446:12: error: an attribute list cannot appear here

LZ4LIB_API LZ4_DEPRECATED("use LZ4_decompress_safe() instead") int
LZ4_uncompress_unknownOutputSize (const char* source, char* dest,
int isize, int maxOutputSize);

Using -DLZ4_DISABLE_DEPRECATE_WARNINGS allows including these headers
with modern LLVM/Clang version

The new lz4 version (1.8.3) fixes this problem.
2018-11-07 17:23:02 +01:00
..
asio build system: fix 'git apply' 2018-04-19 11:11:39 +03:00
boost Updated Android build system to support ARM64: 2015-02-27 09:20:35 -07:00
cityhash Add script for building cityhash 2018-04-25 18:25:28 +02:00
lz4 Modify build script of lz4/mbedtls to allow src only builds 2018-05-22 19:57:43 +02:00
lzo Repo reorganization: standardize on $O3 representing the top-level 2014-08-29 18:42:02 -06:00
mbedtls Revert bugfix for not compiling IA32 ASM of 2.7.5 2018-08-22 14:44:58 +02:00
minicrypto Repo reorganization: standardize on $O3 representing the top-level 2014-08-29 18:42:02 -06:00
openssl Updated linux build system to GCC-5. 2016-03-19 02:02:10 -06:00
polarssl PolarSSL : Added relaxed-x509-date.patch patch to PolarSSL 2016-08-04 17:52:07 -06:00
snappy Repo reorganization: standardize on $O3 representing the top-level 2014-08-29 18:42:02 -06:00
functions.sh build system: fix 'git apply' 2018-04-19 11:11:39 +03:00
lib-versions Update lz4 version to 1.8.3 2018-11-07 17:23:02 +01:00