Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2018 13:33:20 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477151 - head/math/libmissing
Message-ID:  <201808141333.w7EDXKnY091691@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808141333.w7EDXKnY091691>