mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
We need headers from ${KRB5DIR}/include too
This commit is contained in:
parent
1fc3515c9b
commit
5ee6a1b45f
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ SRCS= \
|
|||
CFLAGS+= -DPIC ${PICFLAG}
|
||||
CFLAGS+= -I${KRB5DIR}/lib/roken \
|
||||
-I${KRB5DIR}/base \
|
||||
-I${KRB5DIR}/lib/ipc
|
||||
-I${KRB5DIR}/lib/ipc \
|
||||
-I${KRB5DIR}/include
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue