Accepting request 1085353 from home:Fisiu:branches:security:tls

- Enable THREADING with PTHREAD.

OBS-URL: https://build.opensuse.org/request/show/1085353
OBS-URL: https://build.opensuse.org/package/show/security:tls/mbedtls?expand=0&rev=41
This commit is contained in:
Martin Pluskal 2023-05-08 07:21:47 +00:00 committed by Git OBS Bridge
parent b3b7f6d4a7
commit bcac4aa943
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 \