From 256e9b3d7774842c2f140da70b5990d2e77b28732055eb648d404156a4eb5e4f Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 16 Jun 2014 13:55:18 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-winpthreads?expand=0&rev=5 --- mingw32-winpthreads.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mingw32-winpthreads.spec b/mingw32-winpthreads.spec index ae6c862..adaec30 100644 --- a/mingw32-winpthreads.spec +++ b/mingw32-winpthreads.spec @@ -58,6 +58,14 @@ mingw-w64's implementation of POSIX threads for Windows. %setup -q -n winpthreads %build +# There build is trying to link with libpthread.a but it has no need +# of any symbol from there, so just create a fake library and use it. +mkdir fakelib +pushd fakelib +touch empty.c +%{_mingw32_cc} -c empty.c +%{_mingw32_ar} rsc libpthread.a empty.o +popd %{_mingw32_configure} \ --disable-static \ --enable-shared