build: freebsd link with libelf if dtrace enabled
This commit is contained in:
parent
691bff4076
commit
bbcc0c963c
@ -269,6 +269,9 @@ endif
|
|||||||
if HAVE_DTRACE
|
if HAVE_DTRACE
|
||||||
BUILT_SOURCES = include/uv-dtrace.h
|
BUILT_SOURCES = include/uv-dtrace.h
|
||||||
CLEANFILES += include/uv-dtrace.h
|
CLEANFILES += include/uv-dtrace.h
|
||||||
|
if FREEBSD
|
||||||
|
libuv_la_LDFLAGS += -lelf
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if DTRACE_NEEDS_OBJECTS
|
if DTRACE_NEEDS_OBJECTS
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user