From: Debian Med Packaging Team Date: Wed, 9 May 2018 11:08:47 +0000 (+0100) Subject: pthread X-Git-Tag: archive/raspbian/1.3.4+dfsg-3+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1133dbb676ce2df286f1c461802d3ef06c486c95;p=libzstd.git pthread Gbp-Pq: Name pthread.patch --- diff --git a/contrib/pzstd/Makefile b/contrib/pzstd/Makefile index 40531e2..e15795f 100644 --- a/contrib/pzstd/Makefile +++ b/contrib/pzstd/Makefile @@ -50,7 +50,7 @@ GTEST_LIB = -L googletest/build/googlemock/gtest LIBS = # Compilation commands -LD_COMMAND = $(CXX) $^ $(ALL_LDFLAGS) $(LIBS) -lpthread -o $@ +LD_COMMAND = $(CXX) $^ $(ALL_LDFLAGS) $(LIBS) -pthread -o $@ CC_COMMAND = $(CC) $(DEPFLAGS) $(ALL_CFLAGS) -c $< -o $@ CXX_COMMAND = $(CXX) $(DEPFLAGS) $(ALL_CXXFLAGS) -c $< -o $@