From a70f2dde73d6195fb42fcef0db34ebdff1350c0a Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 22 Dec 2018 08:55:13 +0100 Subject: [PATCH] - force use of windows threads, even if pthreads-w32 is installed; release 5 --- crossmingw32-gettext.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crossmingw32-gettext.spec b/crossmingw32-gettext.spec index 1bed2e5..c0037e4 100644 --- a/crossmingw32-gettext.spec +++ b/crossmingw32-gettext.spec @@ -3,7 +3,7 @@ Summary: gettext libraries - cross MinGW32 version Summary(pl.UTF-8): Biblioteki gettext - wersja skrośna dla MinGW32 Name: crossmingw32-%{realname} Version: 0.19.8.1 -Release: 4 +Release: 5 License: LGPL v2+ Group: Development/Libraries Source0: http://ftp.gnu.org/gnu/gettext/%{realname}-%{version}.tar.lz @@ -118,6 +118,7 @@ cd .. --host=%{target} \ --disable-csharp \ --enable-static \ + --enable-threads=windows \ --without-bzip2 \ --without-git \ --with-xz -- 2.43.0