databases/libcouchbase: disable dtrace on arm
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
@@ -10,8 +10,6 @@ COMMENT= Multithreaded noSQL database (client and library)
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BROKEN_armv6= fails to build: dt_modtext: libdtrace/common/dt_link.c(820): arm not implemented
|
||||
BROKEN_armv7= fails to build: dt_modtext: libdtrace/common/dt_link.c(820): arm not implemented
|
||||
BROKEN_mips64= fails to link: ld: failed to merge target specific data
|
||||
BROKEN_riscv64= fails to build: dt_modtext: libdtrace/common/dt_link.c(947): RISC-V implementation required
|
||||
|
||||
@@ -25,4 +23,10 @@ USE_PERL5= build run
|
||||
|
||||
CMAKE_ARGS= -DLCB_NO_TESTS=1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == aarch64 || ${ARCH} == armv6 || ${ARCH} == armv7
|
||||
CMAKE_ARGS+= -DDTRACE:BOOL=FALSE
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
Reference in New Issue
Block a user