From ff0237404cd4ef6dbcfb0c7ba8eebf3da29128d33ea617ae529f60e3c8d8571f Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 29 May 2015 13:27:26 +0000 Subject: [PATCH] Accepting request 309139 from home:namtrac:branches:windows:mingw:win32 - Enable static libraries Rest of the toolchain support static linking. So should winpthreads. OBS-URL: https://build.opensuse.org/request/show/309139 OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-winpthreads?expand=0&rev=16 --- mingw32-winpthreads.changes | 5 +++++ mingw32-winpthreads.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mingw32-winpthreads.changes b/mingw32-winpthreads.changes index 69fd1d6..6a20e91 100644 --- a/mingw32-winpthreads.changes +++ b/mingw32-winpthreads.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 29 09:27:48 UTC 2015 - idonmez@suse.com + +- Enable static libraries + ------------------------------------------------------------------- Wed Mar 25 10:38:10 UTC 2015 - jengelh@inai.de diff --git a/mingw32-winpthreads.spec b/mingw32-winpthreads.spec index fca9222..73bb5f6 100644 --- a/mingw32-winpthreads.spec +++ b/mingw32-winpthreads.spec @@ -74,7 +74,7 @@ touch empty.c %{_mingw32_ar} rsc libpthread.a empty.o popd %{_mingw32_configure} \ - --disable-static \ + --enable-static \ --enable-shared make %{?_smp_mflags}