[vlc-commits] contrib: pthreads: only build the static pthreads-win32
Steve Lhomme
git at videolan.org
Wed May 16 15:53:27 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed May 16 11:23:58 2018 +0200| [9c5b090116b1c5dfeafeecaeafbaba349b5d2548] | committer: Steve Lhomme
contrib: pthreads: only build the static pthreads-win32
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c5b090116b1c5dfeafeecaeafbaba349b5d2548
---
contrib/src/pthreads/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/pthreads/rules.mak b/contrib/src/pthreads/rules.mak
index 223a7db742..8af5659bd9 100644
--- a/contrib/src/pthreads/rules.mak
+++ b/contrib/src/pthreads/rules.mak
@@ -31,7 +31,7 @@ PTHREADS_W32_CONF := CROSS="$(HOST)-"
endif
.pthreads: pthreads
- cd $< && $(HOSTVARS) $(PTHREADS_W32_CONF) $(MAKE) MAKEFLAGS=-j1 GC GC-static
+ cd $< && $(HOSTVARS) $(PTHREADS_W32_CONF) $(MAKE) GC-static
mkdir -p -- "$(PREFIX)/include"
cd $< && cp -v pthread.h sched.h semaphore.h "$(PREFIX)/include/"
sed -e 's/#if HAVE_CONFIG_H/#if 0 \&\& HAVE_CONFIG_H/' -i \
More information about the vlc-commits
mailing list