1
0
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:
Timothy J Fontaine 2014-03-10 16:14:42 -07:00 committed by Saúl Ibarra Corretgé
parent 691bff4076
commit bbcc0c963c

View File

@ -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