mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
New cpp(1) doesn't like -I${DESTDIR}/usr/include.
This commit is contained in:
parent
98b0c78978
commit
8808984ed3
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ SECRPCSRCS= secretkey.c xcrypt.c
|
|||
|
||||
RPCCOM = rpcgen -C
|
||||
|
||||
INCDIRS= -I${DESTDIR}/usr/include/rpcsvc -I${DESTDIR}/usr/include
|
||||
INCDIRS= -I${DESTDIR}/usr/include/rpcsvc
|
||||
|
||||
CFLAGS+= -DYP ${INCDIRS}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue