aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2018-08-14 21:33:20 +0800
committerjbeich <jbeich@FreeBSD.org>2018-08-14 21:33:20 +0800
commit5dfcb0434dbf6bd627db1428b7f21487592757ad (patch)
tree73ec53d89506364e6a39c7150e2dedf9a9d78fe4 /math
parent176b32fdf2ced7fcb036be3c317a28f50221caa3 (diff)
downloadfreebsd-ports-gnome-5dfcb0434dbf6bd627db1428b7f21487592757ad.tar.gz
freebsd-ports-gnome-5dfcb0434dbf6bd627db1428b7f21487592757ad.tar.zst
freebsd-ports-gnome-5dfcb0434dbf6bd627db1428b7f21487592757ad.zip
math/libmissing: unbreak with LLD 7
ld: error: unknown -z value: interpose cc: error: linker command failed with exit code 1 (use -v to see invocation) PR: 214864 230355 Reported by: antoine (via exp-run)
Diffstat (limited to 'math')
-rw-r--r--math/libmissing/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/libmissing/Makefile b/math/libmissing/Makefile
index ccce5cc97679..95541ff14355 100644
--- a/math/libmissing/Makefile
+++ b/math/libmissing/Makefile
@@ -15,6 +15,7 @@ LIB_DEPENDS= libmpc.so:math/mpc
USE_LDCONFIG= yes
USES= tar:xz uidfix
+LLD_UNSAFE= yes # LLD doesn't grok -z interpose
MAKE_ENV= LDADD=-lmpc LIB=missing SHLIB_MAJOR="${SHLIB_MAJOR}" \
SRCCONF=/dev/null SRCS="${SRCS}" __MAKE_CONF=/dev/null