From: Debian Med Packaging Team Date: Sat, 21 Apr 2018 09:26:59 +0000 (+0100) Subject: pthread X-Git-Tag: archive/raspbian/1.3.3+dfsg-2+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=368d721e3299c24187bdee803be38e3b684b7741;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 $@