Accepting request 832675 from security:tls

OBS-URL: https://build.opensuse.org/request/show/832675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mbedtls?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2020-09-09 15:46:56 +00:00 committed by Git OBS Bridge
commit 70fce9faf4
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> 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 \ -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