From 17540285ef48f487bea8f86856420754fac6eda2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 9 Aug 2019 09:23:58 +0200 Subject: [PATCH] - missing patch --- build.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 build.patch 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 -- 2.43.0