vcpkg/ports/openssl-unix
Simon Hausmann 0e50a41922 Fix build of OpenSSL on Android (#4427)
When passing on CMAKE_<LANG>_COMPILER_TARGET and
CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN it is important that the
selection of those via CMAKE_C_COMPILE_OPTIONS_TARGET/EXTERNAL_TOOLCHAIN
is done without a space inbetween. For example COMPILE_OPTIONS_TARGET is
with clang a simple --target= and so the selected target must follow
without a space, so that we get --target=foo-bar instead of --target=
foo bar, which the compiler does not parse as intended.
2018-10-09 00:36:42 -07:00
..
CMakeLists.txt Fix build of OpenSSL on Android (#4427) 2018-10-09 00:36:42 -07:00
ConfigureIncludeQuotesFix.patch [openssl] Split openssl into multiple ports per platform 2018-07-17 16:09:12 -07:00
CONTROL [openssl] bump to 1.0.2p CVE-2018-0732 (#4130) 2018-09-02 02:28:10 -07:00
EmbedSymbolsInStaticLibsZ7.patch [openssl] Split openssl into multiple ports per platform 2018-07-17 16:09:12 -07:00
portfile.cmake [openssl] bump to 1.0.2p CVE-2018-0732 (#4130) 2018-09-02 02:28:10 -07:00
remove-deps.cmake [openssl] Split openssl into multiple ports per platform 2018-07-17 16:09:12 -07:00
STRINGIFYPatch.patch [openssl] Split openssl into multiple ports per platform 2018-07-17 16:09:12 -07:00
usage [openssl] Split openssl into multiple ports per platform 2018-07-17 16:09:12 -07:00
vcpkg-cmake-wrapper.cmake [openssl] Split openssl into multiple ports per platform 2018-07-17 16:09:12 -07:00