svn commit: r471910 - head/net-p2p/monero-cli

Vasil Dimov vd at FreeBSD.org
Thu Jun 7 12:35:00 UTC 2018


Author: vd
Date: Thu Jun  7 12:34:23 2018
New Revision: 471910
URL: https://svnweb.freebsd.org/changeset/ports/471910

Log:
  net-p2p/monero-cli: Comment about a relevant bug entry

Modified:
  head/net-p2p/monero-cli/Makefile

Modified: head/net-p2p/monero-cli/Makefile
==============================================================================
--- head/net-p2p/monero-cli/Makefile	Thu Jun  7 12:16:47 2018	(r471909)
+++ head/net-p2p/monero-cli/Makefile	Thu Jun  7 12:34:23 2018	(r471910)
@@ -52,6 +52,8 @@ DOXYGEN_CMAKE_BOOL=	BUILD_DOCUMENTATION
 # On FreeBSD 12.x the default ld(1) is LLVM's ld which needs an explicit -m option
 # when linking without any input .o on the command line, like:
 # /usr/bin/ld -melf_amd64 -r -b binary -o blocksdat.o blocks.dat
+# See Bug 226996 - net-p2p/monero-cli: fails to link with lld as the system linker
+# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226996
 .if ${OSVERSION} >= 1200000
 ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc powerpc64
 


More information about the svn-ports-all mailing list