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