From 5d138d5d2f3c5b863875049b91c1106cb2858b2c Mon Sep 17 00:00:00 2001 From: yinhongchang Date: Tue, 27 Feb 2024 08:49:10 +0800 Subject: [PATCH] set enable_pthread_shared to 1 for compile dynamic library --- mingw-winpthreads.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-winpthreads.spec b/mingw-winpthreads.spec index 62c042a..edb05f5 100644 --- a/mingw-winpthreads.spec +++ b/mingw-winpthreads.spec @@ -10,11 +10,11 @@ # Run the testsuite %global enable_tests 0 -%global enable_pthread_shared 0 +%global enable_pthread_shared 1 Name: mingw-winpthreads Version: 9.0.0 -Release: 3 +Release: 4 Summary: MinGW pthread library # The main license of winpthreads is MIT, but parts of this library @@ -217,6 +217,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Tue Feb 27 2024 yinhongchang - 9.0.0-4 +- set enable_pthread_shared to 1 for compile dynamic library + * Wed Feb 21 2024 yinhongchang - 9.0.0-3 - update version to 9.0.0