cmake: explicitly disable openssl support for host-cmake
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 18 Sep 2017 17:38:48 +0000 (19:38 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 19 Sep 2017 12:00:38 +0000 (14:00 +0200)
commitf87138339b17bc2b1d84c59ea176abb941413550
tree6bf457f293bdb6ece148bde0f8673387214e4f1f
parentc476094892828da4eb4a7ab1c7020ebb41959200
cmake: explicitly disable openssl support for host-cmake

host-cmake will optionally link with openssl for the embedded copy of
libarchive if available, leaking host dependencies and possibly causing
build issues in case of compatibility issues - E.G. the host-cmake version
we have in 2017.02.x doesn't build against openssl-1.1.0+:

https://github.com/libarchive/libarchive/issues/810

The openssl support in libarchive is unlikely to be needed, so explicitly
disable it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cmake/cmake.mk