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
This commit is contained in:
Fridrich Strba 2015-05-29 13:27:57 +00:00 committed by Git OBS Bridge
parent edab7807a7
commit 7dbd12d4ba
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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}