svn commit: r464584 - head/databases/memcached
Mark Linimon
linimon at FreeBSD.org
Thu Mar 15 12:39:26 UTC 2018
Author: linimon
Date: Thu Mar 15 12:39:25 2018
New Revision: 464584
URL: https://svnweb.freebsd.org/changeset/ports/464584
Log:
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)
Modified:
head/databases/memcached/Makefile
Modified: head/databases/memcached/Makefile
==============================================================================
--- head/databases/memcached/Makefile Thu Mar 15 12:00:59 2018 (r464583)
+++ head/databases/memcached/Makefile Thu Mar 15 12:39:25 2018 (r464584)
@@ -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
More information about the svn-ports-all
mailing list