]> git.pld-linux.org Git - packages/fss-parallel-tools.git/blob - build.patch
- missing patch
[packages/fss-parallel-tools.git] / build.patch
1 --- fss-parallel-tools/Makefile~        2019-03-15 18:43:43.000000000 +0100
2 +++ fss-parallel-tools/Makefile 2019-05-30 13:03:57.060482377 +0200
3 @@ -16,7 +16,7 @@ CPPFLAGS=-DVERSION=\"$(VERSION)\"
4  # It turns out that we need -lrt (probably because of clock_gettime()
5  # or else we'll end up with a dependency on glibc 2.17, which often is
6  # too advanced (e.g., on Oracle Linux 6.9)
7 -LDLIBS=-lrt
8 +LDLIBS=-lrt -pthread
9  LDFLAGS=-pthread $(SAN) $(GCOV_FLAGS)
10  
11  VALGRIND = valgrind --leak-check=full --error-exitcode=3 -q
This page took 0.084863 seconds and 3 git commands to generate.