Print this page
Rich's feedback
6375 Add native name demangling support

@@ -25,10 +25,11 @@
 
 #
 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
 # Copyright (c) 2012 by Delphix. All rights reserved.
 # Copyright (c) 2012 Joyent, Inc. All rights reserved.
+# Copyright 2018 Jason King
 #
 
 .KEEP_STATE:
 .SUFFIXES:
 

@@ -97,10 +98,11 @@
 
 CSTD=   $(CSTD_GNU99)
 C99LMODE=       -Xc99=%all
 
 LDLIBS += -lcurses -lkvm -lproc -lrtld_db -lctf -lumem -ldisasm -lscf
+LDLIBS += -ldemangle-sys
 
 CERRWARN += -_gcc=-Wno-uninitialized
 CERRWARN += -_gcc=-Wno-char-subscripts
 CERRWARN += -_gcc=-Wno-clobbered
 CERRWARN += -_gcc=-Wno-parentheses