Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2018 16:47:49 +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: r479776 - head/math/libmissing
Message-ID:  <201809141647.w8EGlnZN064761@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Sep 14 16:47:48 2018
New Revision: 479776
URL: https://svnweb.freebsd.org/changeset/ports/479776

Log:
  math/libmissing: back out r477151
  
  LLD (both 6 and 7) gained -z interpose support in base r338682.

Modified:
  head/math/libmissing/Makefile   (contents, props changed)

Modified: head/math/libmissing/Makefile
==============================================================================
--- head/math/libmissing/Makefile	Fri Sep 14 15:44:40 2018	(r479775)
+++ head/math/libmissing/Makefile	Fri Sep 14 16:47:48 2018	(r479776)
@@ -15,7 +15,6 @@ 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?201809141647.w8EGlnZN064761>