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

Commit

Permalink
build: freebsd link with libelf if dtrace enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tjfontaine committed Mar 10, 2014
1 parent 118a0a3 commit 73bcde7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Expand Up @@ -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
Expand Down

0 comments on commit 73bcde7

Please sign in to comment.