Accepting request 1085425 from security:tls

OBS-URL: https://build.opensuse.org/request/show/1085425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mbedtls?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2023-05-08 15:24:30 +00:00 committed by Git OBS Bridge
commit 928fb5021f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 7 20:44:12 UTC 2023 - Mariusz Fik <fisiu@opensuse.org>
- Enable THREADING with PTHREAD.
-------------------------------------------------------------------
Fri Apr 28 08:25:31 UTC 2023 - Martin Pluskal <mpluskal@suse.com>

View File

@ -97,6 +97,8 @@ export CXXLAGS="%{optflags} -Wno-stringop-overflow -Wno-maybe-uninitialized"
%cmake \
-DUNSAFE_BUILD=ON \
-DLINK_WITH_PTHREAD=ON \
-DMBEDTLS_THREADING_C=ON \
-DMBEDTLS_THREADING_PTHREAD=ON \
-DUSE_PKCS11_HELPER_LIBRARY=ON \
-DENABLE_ZLIB_SUPPORT=ON \
-DINSTALL_MBEDTLS_HEADERS=ON \