Date: Sun, 7 Jan 2018 19:43:13 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458377 - head/databases/postgres-xl Message-ID: <201801071943.w07JhDl2027448@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Sun Jan 7 19:43:13 2018 New Revision: 458377 URL: https://svnweb.freebsd.org/changeset/ports/458377 Log: Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd if /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Modified: head/databases/postgres-xl/Makefile Modified: head/databases/postgres-xl/Makefile ============================================================================== --- head/databases/postgres-xl/Makefile Sun Jan 7 19:42:19 2018 (r458376) +++ head/databases/postgres-xl/Makefile Sun Jan 7 19:43:13 2018 (r458377) @@ -20,6 +20,7 @@ CONFLICTS= postgresql[^${PORTVERSION:R:R}]?-client* \ USES= gmake readline USE_LDCONFIG= yes +LLD_UNSAFE= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-world
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801071943.w07JhDl2027448>