mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
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
|
||||
BUILT_SOURCES = include/uv-dtrace.h
|
||||
CLEANFILES += include/uv-dtrace.h
|
||||
if FREEBSD
|
||||
libuv_la_LDFLAGS += -lelf
|
||||
endif
|
||||
endif
|
||||
|
||||
if DTRACE_NEEDS_OBJECTS
|
||||
|
Loading…
x
Reference in New Issue
Block a user