diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-09-19 11:34:52 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-09-19 11:46:54 (GMT) |
commit | 774a4b8a48e6dee7f14f0ef4013d1fdd1558a3b7 (patch) | |
tree | 1f40b1904e43cce86ad4ba32e11884a621287ac0 /plugins/native | |
parent | 3f8dc4d8e3a7f0d5d0430d799d50489515c529ff (diff) | |
download | mxe-774a4b8a48e6dee7f14f0ef4013d1fdd1558a3b7.zip mxe-774a4b8a48e6dee7f14f0ef4013d1fdd1558a3b7.tar.gz mxe-774a4b8a48e6dee7f14f0ef4013d1fdd1558a3b7.tar.bz2 |
void linux: add overlay for cmake using system curl
fixes #2156
Diffstat (limited to 'plugins/native')
-rw-r--r-- | plugins/native/void/overlay.mk | 6 |
1 files changed, 6 insertions, 0 deletions
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 |