mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
csu: add include path to CFLAGS to be able to find libsys.h
In order to ensure we get the correct libsys.h, we need to add lib/libsys to the includes search path.
This commit is contained in:
parent
811912c46b
commit
567d9fe8ad
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ ACFLAGS+= -DLOCORE
|
|||
CFLAGS+= -DSTRIP_FBSDID
|
||||
CFLAGS+= -fno-omit-frame-pointer
|
||||
CFLAGS+= -I${.CURDIR:H}/common \
|
||||
-I${SRCTOP}/lib/libc/include
|
||||
-I${SRCTOP}/lib/libc/include \
|
||||
-I${SRCTOP}/lib/libsys \
|
||||
|
||||
CFLAGS_CRTS= -DSHARED ${PICFLAG}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue