Skip to content
This repository was archived by the owner on May 4, 2018. It is now read-only.

Commit bbcc0c9

Browse files
tjfontainesaghul
authored andcommitted
build: freebsd link with libelf if dtrace enabled
1 parent 691bff4 commit bbcc0c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.am

+3
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ endif
269269
if HAVE_DTRACE
270270
BUILT_SOURCES = include/uv-dtrace.h
271271
CLEANFILES += include/uv-dtrace.h
272+
if FREEBSD
273+
libuv_la_LDFLAGS += -lelf
274+
endif
272275
endif
273276

274277
if DTRACE_NEEDS_OBJECTS

0 commit comments

Comments
 (0)