Skip to content

Commit

Permalink
cmake.eclass: Set CMAKE_TLS_VERIFY=ON
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/927160
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Aug 15, 2024
1 parent 60a395b commit da715b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eclass/cmake.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ cmake_src_configure() {
set(BUILD_SHARED_LIBS ON CACHE BOOL "")
set(Python3_FIND_UNVERSIONED_NAMES FIRST CACHE STRING "")
set(CMAKE_DISABLE_PRECOMPILE_HEADERS ON CACHE BOOL "")
set(CMAKE_TLS_VERIFY ON CACHE BOOL "")
_EOF_

if [[ -n ${_ECM_ECLASS} ]]; then
Expand Down

0 comments on commit da715b9

Please sign in to comment.