mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Avoid circular dependency with librtld_db
This commit is contained in:
parent
a421503148
commit
43d24beb7b
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ SRCS= proc_bkpt.c \
|
|||
INCS= libproc.h
|
||||
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
# avoid cyclic dependency
|
||||
CFLAGS+= -I${.CURDIR:H}/librtld_db
|
||||
|
||||
.if ${MK_LIBCPLUSPLUS} != "no"
|
||||
LDADD+= -lcxxrt
|
||||
|
|
|
|||
Loading…
Reference in a new issue