diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-01-25 11:21:12 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-01-25 11:21:12 +0000 |
commit | 0e33f351a5ffc83be7ed2b1dd95f2c94c34a6c86 (patch) | |
tree | 25f11bfa7fe18a352f50d7aee2240c200fad9c40 /benchmarks | |
parent | d79ff76e2426d87a8ad0a9731e6e4ebef6d01090 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/lzbench/files/patch-Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/benchmarks/lzbench/files/patch-Makefile b/benchmarks/lzbench/files/patch-Makefile index 2819f2d5cb59..85517ac10f12 100644 --- a/benchmarks/lzbench/files/patch-Makefile +++ b/benchmarks/lzbench/files/patch-Makefile @@ -11,3 +11,12 @@ DONT_BUILD_LZSSE ?= 1 endif +@@ -51,7 +51,7 @@ else + DONT_BUILD_LZHAM ?= 1 + DONT_BUILD_CSC ?= 1 + else +- LDFLAGS += -lrt -static ++ LDFLAGS += -lrt + endif + LDFLAGS += -lpthread + endif |