svn commit: r479776 - head/math/libmissing

Jan Beich jbeich at FreeBSD.org
Fri Sep 14 16:47:49 UTC 2018


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


More information about the svn-ports-head mailing list