From f9796e10e2b7bb43bf358c337b15bb183a6b1aaf Mon Sep 17 00:00:00 2001 From: pfg Date: Wed, 17 Apr 2013 02:20:17 +0000 Subject: DTrace: Revert r249367 The following change from illumos brought caused DTrace to pause in an interactive environment: 3026 libdtrace should set LD_NOLAZYLOAD=1 to help the pid provider This was not detected during testing because it doesn't affect scripts. We shouldn't be changing the environment, especially since the LD_NOLAZYLOAD option doesn't apply to our (GNU) ld. Unfortunately the change from upstream was made in such a way that it is very difficult to separate this change from the others so, at least for now, it's better to just revert everything. Reference: https://www.illumos.org/issues/3026 Reported by: Navdeep Parhar and Mark Johnston --- cddl/lib/libdtrace/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'cddl/lib') diff --git a/cddl/lib/libdtrace/Makefile b/cddl/lib/libdtrace/Makefile index 4fd7fae..7dd0afd 100644 --- a/cddl/lib/libdtrace/Makefile +++ b/cddl/lib/libdtrace/Makefile @@ -31,7 +31,6 @@ SRCS= dt_aggregate.c \ dt_parser.c \ dt_pcb.c \ dt_pid.c \ - dt_pq.c \ dt_pragma.c \ dt_print.c \ dt_printf.c \ -- cgit v1.1