svn commit: r459920 - head/benchmarks/lzbench/files
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Jan 25 11:21:13 UTC 2018
Author: danfe
Date: Thu Jan 25 11:21:12 2018
New Revision: 459920
URL: https://svnweb.freebsd.org/changeset/ports/459920
Log:
Do not link the program statically, there is no need for this.
Obtained from: Arch Linux package
Modified:
head/benchmarks/lzbench/files/patch-Makefile
Modified: head/benchmarks/lzbench/files/patch-Makefile
==============================================================================
--- head/benchmarks/lzbench/files/patch-Makefile Thu Jan 25 11:07:50 2018 (r459919)
+++ head/benchmarks/lzbench/files/patch-Makefile Thu Jan 25 11:21:12 2018 (r459920)
@@ -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
More information about the svn-ports-all
mailing list