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

View File

@ -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 Wed Mar 25 10:38:10 UTC 2015 - jengelh@inai.de

View File

@ -74,7 +74,7 @@ touch empty.c
%{_mingw32_ar} rsc libpthread.a empty.o %{_mingw32_ar} rsc libpthread.a empty.o
popd popd
%{_mingw32_configure} \ %{_mingw32_configure} \
--disable-static \ --enable-static \
--enable-shared --enable-shared
make %{?_smp_mflags} make %{?_smp_mflags}