summaryrefslogtreecommitdiff
path: root/databases/memcached
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-03-15 12:39:25 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-03-15 12:39:25 +0000
commitf7577d9afe98093b421b280aa4b975362ffd28ca (patch)
tree5e3c53e8007b3053e77a99f4e34bba4abbd1ec6c /databases/memcached
parent- Reset MAINTAINER due to fatal email bounce (diff)
dtrace fails to link on armvX as well, so exclude it for now:
dt_modtext:usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=464584
Diffstat (limited to 'databases/memcached')
-rw-r--r--databases/memcached/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile
index 5916f94e4352..0c20dad181cc 100644
--- a/databases/memcached/Makefile
+++ b/databases/memcached/Makefile
@@ -41,6 +41,8 @@ OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE
OPTIONS_EXCLUDE_i386= DTRACE
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
OPTIONS_EXCLUDE_aarch64= DTRACE
+OPTIONS_EXCLUDE_armv6= DTRACE
+OPTIONS_EXCLUDE_armv7= DTRACE
DTRACE_DESC= Enable dtrace probes
SASL_DESC= Enable SASL Authentication