1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net-p2p/monero-cli
Piotr Kubaj a4b04b37dc net-p2p/monero-cli: fix build on non-x86
Architectures that don't have libunwind available should disable stack trace.

Otherwise, the following linking error is encountered:
/usr/local/bin/ld: src/common/libcommon.a(stack_trace.cpp.o): in function `tools::log_stack_trace(char const*)':
stack_trace.cpp:(.text+0x71c): undefined reference to `el::base::debug::StackTrace::generateNew()'
/usr/local/bin/ld: stack_trace.cpp:(.text+0x72c): undefined reference to `el::base::debug::operator<<(std::ostream&, el::base::debug::StackTrace const&)'
collect2: error: ld returned 1 exit status

PR:		242846
Approved by:	vd (maintainer timeout)
MFH:		2020Q1 (fix build blanket)
2020-01-07 11:45:07 +00:00
..
files net-p2p/monero-cli: Upgrade from 0.14.1.2 to 0.15.0.0 2019-11-13 16:09:45 +00:00
distinfo net-p2p/monero-cli: Upgrade from 0.15.0.0 to 0.15.0.1 2019-12-06 10:45:35 +00:00
Makefile net-p2p/monero-cli: fix build on non-x86 2020-01-07 11:45:07 +00:00
pkg-descr