aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/lldpd
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-03-23 11:53:11 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-03-23 11:53:11 +0000
commit38add9b79ec2f9d704fe2661ac1af772a617da99 (patch)
tree8ea02094fef2a88b43a439c97de1a0f27c8e0857 /net-mgmt/lldpd
parent272c5c4995e0f22d27106dc2f51501a790abe63e (diff)
downloadports-38add9b79ec2f9d704fe2661ac1af772a617da99.tar.gz
ports-38add9b79ec2f9d704fe2661ac1af772a617da99.zip
Disable dtrace on arm for now; fails to link.
PR: 224271 Submitted by: mikael.urankar Approved by: maintainer
Notes
Notes: svn path=/head/; revision=465349
Diffstat (limited to 'net-mgmt/lldpd')
-rw-r--r--net-mgmt/lldpd/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-mgmt/lldpd/Makefile b/net-mgmt/lldpd/Makefile
index 0cae1fd56eaa..c4aafaec1e6c 100644
--- a/net-mgmt/lldpd/Makefile
+++ b/net-mgmt/lldpd/Makefile
@@ -36,6 +36,12 @@ OPTIONS_DEFINE= BASH DOCS DTRACE JSON PIE PROPRIETARY READLINE SNMP XML ZSH
OPTIONS_DEFAULT= BASH JSON PROPRIETARY SNMP XML ZSH
OPTIONS_SUB= yes
+# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
+OPTIONS_EXCLUDE_aarch64= DTRACE
+# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented
+OPTIONS_EXCLUDE_armv6= DTRACE
+OPTIONS_EXCLUDE_armv7= DTRACE
+
DTRACE_DESC= DTrace support
JSON_DESC= JSON output support
PIE_DESC= Build PIE (position independant executables)