diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2019-10-26 06:59:59 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2019-10-26 06:59:59 +0000 |
| commit | 499fe48de8938d4c7b0a91e20eb6c16db9d55633 (patch) | |
| tree | 600d632da24aaf3071939a11c02a428b08a3b897 /lib/libexecinfo/Makefile | |
| parent | bddf82472993dba38c2957b29f44d4684497b001 (diff) | |
Notes
Diffstat (limited to 'lib/libexecinfo/Makefile')
| -rw-r--r-- | lib/libexecinfo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libexecinfo/Makefile b/lib/libexecinfo/Makefile index 9086d18d4347..fed41fa1d4a3 100644 --- a/lib/libexecinfo/Makefile +++ b/lib/libexecinfo/Makefile @@ -10,6 +10,7 @@ SHLIB_MAJOR= 1 INCS= execinfo.h SRCS= backtrace.c symtab.c unwind.c +CFLAGS+= -I${SRCTOP}/contrib/libunwind/include LIBADD= elf |
