!7 set enable_pthread_shared to 1

From: @itisyang 
Reviewed-by: @jianminw 
Signed-off-by: @jianminw
This commit is contained in:
openeuler-ci-bot 2024-09-25 00:48:42 +00:00 committed by Gitee
commit 0b196e0bf8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -10,11 +10,11 @@
# Run the testsuite # Run the testsuite
%global enable_tests 0 %global enable_tests 0
%global enable_pthread_shared 0 %global enable_pthread_shared 1
Name: mingw-winpthreads Name: mingw-winpthreads
Version: 9.0.0 Version: 9.0.0
Release: 4 Release: 6
Summary: MinGW pthread library Summary: MinGW pthread library
# The main license of winpthreads is MIT, but parts of this library # The main license of winpthreads is MIT, but parts of this library
@ -217,6 +217,12 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
%changelog %changelog
* Tue Feb 27 2024 yinhongchang <yinhongchang@kylinsec.com.cn> - 9.0.0-6
- set enable_pthread_shared to 1
* Tue Feb 27 2024 yinhongchang <yinhongchang@kylinsec.com.cn> - 9.0.0-5
- set enable_pthread_shared to 0
* Tue Feb 27 2024 yinhongchang <yinhongchang@kylinsec.com.cn> - 9.0.0-4 * Tue Feb 27 2024 yinhongchang <yinhongchang@kylinsec.com.cn> - 9.0.0-4
- set enable_pthread_shared to 1 for compile dynamic library - set enable_pthread_shared to 1 for compile dynamic library