aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/openvpn/patches
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-11-28 21:23:03 +0100
committerJo-Philipp Wich <jo@mein.io>2018-11-28 22:10:19 +0100
commit3082370551e78195def4b3989eba60bc6149cf6d (patch)
tree4d6e7bf309816ac3752fd1a8098140ffc5fe7acc /package/network/services/openvpn/patches
parent56378bc12da1aa4f9434bd1119ec770096d92cac (diff)
downloadupstream-3082370551e78195def4b3989eba60bc6149cf6d.tar.gz
upstream-3082370551e78195def4b3989eba60bc6149cf6d.tar.bz2
upstream-3082370551e78195def4b3989eba60bc6149cf6d.zip
openvpn: update to 2.4.6
Update the OpenVPN package to version 2.4.6, refresh patches and drop menuconfig options which are not supported upstream anymore. Also fix the x509-alt-username configure flag - it is not supported by mbedtls and was syntactically wrong in the Makefile - and the port-share option which has been present in menuconfig but not been used in the Makefile. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/services/openvpn/patches')
-rw-r--r--package/network/services/openvpn/patches/210-build_always_use_internal_lz4.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/openvpn/patches/210-build_always_use_internal_lz4.patch b/package/network/services/openvpn/patches/210-build_always_use_internal_lz4.patch
index b3eb7c742a..a99f923644 100644
--- a/package/network/services/openvpn/patches/210-build_always_use_internal_lz4.patch
+++ b/package/network/services/openvpn/patches/210-build_always_use_internal_lz4.patch
@@ -14,12 +14,12 @@
- # linker will not know about the lz4 library
- )
- fi
-
+
saved_CFLAGS="${CFLAGS}"
saved_LIBS="${LIBS}"
CFLAGS="${CFLAGS} ${LZ4_CFLAGS}"
LIBS="${LIBS} ${LZ4_LIBS}"
-
+
- # If pkgconfig check failed or LZ4_CFLAGS/LZ4_LIBS env vars
- # are used, check the version directly in the LZ4 include file
- if test "${have_lz4}" != "yes"; then