FreeBSD Bugzilla – Attachment 191418 Details for
Bug 224271
disable dtrace usdt on armv6, armv7 and aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
net-mgmt/lldpd: Disable DTrace on various ARM architectures
lldpd-no-dtrace-arm.diff (text/plain), 695 bytes, created by
Mathieu Simon
on 2018-03-11 15:33:25 UTC
(
hide
)
Description:
net-mgmt/lldpd: Disable DTrace on various ARM architectures
Filename:
MIME Type:
Creator:
Mathieu Simon
Created:
2018-03-11 15:33:25 UTC
Size:
695 bytes
patch
obsolete
>diff --git a/net-mgmt/lldpd/Makefile b/net-mgmt/lldpd/Makefile >index 0cae1fd56eaa..2fd40e3cd01c 100644 >--- a/net-mgmt/lldpd/Makefile >+++ b/net-mgmt/lldpd/Makefile >@@ -36,6 +36,13 @@ 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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224271
:
188748
| 191418 |
194336