From 774a4b8a48e6dee7f14f0ef4013d1fdd1558a3b7 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Wed, 19 Sep 2018 21:34:52 +1000 Subject: void linux: add overlay for cmake using system curl fixes #2156 --- plugins/native/void/overlay.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plugins/native/void/overlay.mk diff --git a/plugins/native/void/overlay.mk b/plugins/native/void/overlay.mk new file mode 100644 index 0000000..a10a387 --- /dev/null +++ b/plugins/native/void/overlay.mk @@ -0,0 +1,6 @@ +# This file is part of MXE. See LICENSE.md for licensing information. + +# void uses libressl which isn't compatible with cmake's internal curl +# see: https://github.com/mxe/mxe/issues/2156 + +_cmake_CONFIGURE_OPTS = --system-curl -- cgit v0.12