Accepting request 832637 from home:StefanBruens:branches:security:tls

- Add workaround for failing builds (Python not found) due to
  https://gitlab.kitware.com/cmake/cmake/-/issues/21168

OBS-URL: https://build.opensuse.org/request/show/832637
OBS-URL: https://build.opensuse.org/package/show/security:tls/mbedtls?expand=0&rev=18
This commit is contained in:
Martin Pluskal 2020-09-07 06:46:16 +00:00 committed by Git OBS Bridge
parent 85984f4eca
commit 6a77a4ff04
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 7 01:37:34 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Add workaround for failing builds (Python not found) due to
https://gitlab.kitware.com/cmake/cmake/-/issues/21168
-------------------------------------------------------------------
Mon Aug 31 10:41:19 UTC 2020 - Martin Pluskal <mpluskal@suse.com>

View File

@ -102,7 +102,8 @@ sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' include/mbedtls/config.h
-DINSTALL_MBEDTLS_HEADERS=ON \
-DUSE_SHARED_MBEDTLS_LIBRARY=ON \
-DUSE_STATIC_MBEDTLS_LIBRARY=OFF \
-DENABLE_PROGRAMS=OFF
-DENABLE_PROGRAMS=OFF \
-DCMAKE_POLICY_DEFAULT_CMP0012=NEW
%cmake_build
%install