No need to -I execinfo now that unwind.h is installed.

This commit is contained in:
christos 2014-10-22 16:31:57 +00:00
parent 98d839c6b3
commit 0b7d23047d
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ CSHLIBFLAGS+= -DPIC
LIB= asan
SRCS= ${ASAN_SRCS} ${INTERCEPTION_SRCS} ${SANITIZER_SRCS}
CPPFLAGS+=-I${ASAN}/include -I${ASAN} -I${NETBSDSRCDIR}/lib/libexecinfo
CPPFLAGS+=-I${ASAN}/include -I${ASAN}
LDADD+= -lstdc++ -lpthread
DPADD+= ${LIBSTDCXX} ${LIBPTHREAD}