[packages/fss-parallel-tools] - missing patch

arekm arekm at pld-linux.org
Fri Aug 9 09:24:06 CEST 2019


commit 17540285ef48f487bea8f86856420754fac6eda2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Aug 9 09:23:58 2019 +0200

    - missing patch

 build.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..93b9e8c
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,11 @@
+--- fss-parallel-tools/Makefile~	2019-03-15 18:43:43.000000000 +0100
++++ fss-parallel-tools/Makefile	2019-05-30 13:03:57.060482377 +0200
+@@ -16,7 +16,7 @@ CPPFLAGS=-DVERSION=\"$(VERSION)\"
+ # It turns out that we need -lrt (probably because of clock_gettime()
+ # or else we'll end up with a dependency on glibc 2.17, which often is
+ # too advanced (e.g., on Oracle Linux 6.9)
+-LDLIBS=-lrt
++LDLIBS=-lrt -pthread
+ LDFLAGS=-pthread $(SAN) $(GCOV_FLAGS)
+ 
+ VALGRIND = valgrind --leak-check=full --error-exitcode=3 -q
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fss-parallel-tools.git/commitdiff/17540285ef48f487bea8f86856420754fac6eda2



More information about the pld-cvs-commit mailing list