Date: Thu, 7 Jun 2018 12:34:23 +0000 (UTC) From: Vasil Dimov <vd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471910 - head/net-p2p/monero-cli Message-ID: <201806071234.w57CYNQY005263@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806071234.w57CYNQY005263>