svn commit: r458377 - head/databases/postgres-xl
Kirill Ponomarev
krion at FreeBSD.org
Sun Jan 7 19:43:15 UTC 2018
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
More information about the svn-ports-head
mailing list