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:
parent
85984f4eca
commit
6a77a4ff04
@ -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>
|
Mon Aug 31 10:41:19 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -102,7 +102,8 @@ sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' include/mbedtls/config.h
|
|||||||
-DINSTALL_MBEDTLS_HEADERS=ON \
|
-DINSTALL_MBEDTLS_HEADERS=ON \
|
||||||
-DUSE_SHARED_MBEDTLS_LIBRARY=ON \
|
-DUSE_SHARED_MBEDTLS_LIBRARY=ON \
|
||||||
-DUSE_STATIC_MBEDTLS_LIBRARY=OFF \
|
-DUSE_STATIC_MBEDTLS_LIBRARY=OFF \
|
||||||
-DENABLE_PROGRAMS=OFF
|
-DENABLE_PROGRAMS=OFF \
|
||||||
|
-DCMAKE_POLICY_DEFAULT_CMP0012=NEW
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user