summaryrefslogtreecommitdiff
path: root/usr/src/tools/ctf
diff options
context:
space:
mode:
authorBryan Cantrill <bryan@joyent.com>2015-02-17 17:24:10 +0000
committerBryan Cantrill <bryan@joyent.com>2015-02-17 17:24:10 +0000
commit3f8d3031925da0b8a20186fff1da8a615aaf4470 (patch)
tree4e4042744aefca7b0a4891c072dce28b809ed7be /usr/src/tools/ctf
parent877cd781ea8bda7fd72756cca317ab9b0f43bb7d (diff)
downloadillumos-joyent-3f8d3031925da0b8a20186fff1da8a615aaf4470.tar.gz
OS-3860 lx brand: dtrace unable to use "curpsinfo" translator
Diffstat (limited to 'usr/src/tools/ctf')
-rw-r--r--usr/src/tools/ctf/libctf/Makefile.com4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/tools/ctf/libctf/Makefile.com b/usr/src/tools/ctf/libctf/Makefile.com
index d7c0b68b66..e47bde3e3b 100644
--- a/usr/src/tools/ctf/libctf/Makefile.com
+++ b/usr/src/tools/ctf/libctf/Makefile.com
@@ -16,7 +16,9 @@
include $(SRC)/lib/libctf/Makefile.shared.com
include ../../Makefile.ctf
-CPPFLAGS += -include ../../common/ctf_headers.h -DCTF_OLD_VERSIONS
+CPPFLAGS += -include ../../common/ctf_headers.h \
+ -DCTF_OLD_VERSIONS \
+ -DCTF_TOOLS_BUILD
LDLIBS += -lc -lelf
.KEEP_STATE: