pthread
authorDebian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Sat, 21 Apr 2018 09:26:59 +0000 (10:26 +0100)
committerMattia Rizzolo <mattia@debian.org>
Sat, 21 Apr 2018 09:26:59 +0000 (10:26 +0100)
Gbp-Pq: Name pthread.patch

contrib/pzstd/Makefile

index 40531e2165395a2fcb5d2c3a134b1635964f5c38..e15795f72c1206ae51b54cbc1df4a914c0e3bbd2 100644 (file)
@@ -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 $@