mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +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
@ -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…
Reference in New Issue
Block a user