]> git.pld-linux.org Git - packages/fss-parallel-tools.git/commitdiff
- missing patch master auto/th/fss-parallel-tools-1.49-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 9 Aug 2019 07:23:58 +0000 (09:23 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 9 Aug 2019 07:23:58 +0000 (09:23 +0200)
build.patch [new file with mode: 0644]

diff --git a/build.patch b/build.patch
new file mode 100644 (file)
index 0000000..93b9e8c
--- /dev/null
@@ -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
This page took 0.0504599999999999 seconds and 4 git commands to generate.