svn commit: r477151 - head/math/libmissing
Jan Beich
jbeich at FreeBSD.org
Tue Aug 14 13:33:21 UTC 2018
Author: jbeich
Date: Tue Aug 14 13:33:20 2018
New Revision: 477151
URL: https://svnweb.freebsd.org/changeset/ports/477151
Log:
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)
Modified:
head/math/libmissing/Makefile (contents, props changed)
Modified: head/math/libmissing/Makefile
==============================================================================
--- head/math/libmissing/Makefile Tue Aug 14 12:42:43 2018 (r477150)
+++ head/math/libmissing/Makefile Tue Aug 14 13:33:20 2018 (r477151)
@@ -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
More information about the svn-ports-all
mailing list