mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove unnecessary -isystem for host
Turns out we do not need -isystem/usr/include and it can interfere with newer toolchains. Reviewed by: stevek
This commit is contained in:
parent
d33a4ae8ba
commit
0f87915f43
1 changed files with 0 additions and 4 deletions
|
|
@ -32,10 +32,6 @@ LIBADD+= egacy
|
|||
.endif
|
||||
.endif
|
||||
|
||||
.if ${MK_STAGING} == "yes"
|
||||
ISYSTEM= /usr/include
|
||||
CFLAGS+= -I${STAGE_INCLUDEDIR}
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.endif # !target(__<src.init.mk>__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue