mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Need to include skein in the include path so we don't get this from
the "system" headers (though in buildworld, it's from the recently built sysroot). Sponsored by: Netflix
This commit is contained in:
parent
b3e16b02b6
commit
92a2b8900e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326588
@ -30,6 +30,7 @@ CFLAGS+=-DBOOTPROG=\"gptzfsboot\" \
|
||||
-I${LDRSRC} \
|
||||
-I${BOOTSRC}/i386/common \
|
||||
-I${ZFSSRC} \
|
||||
-I${SYSDIR}/crypto/skein \
|
||||
-I${SYSDIR}/cddl/boot/zfs \
|
||||
-I${BOOTSRC}/i386/btx/lib \
|
||||
-I${BOOTSRC}/i386/boot2 \
|
||||
|
@ -29,6 +29,7 @@ CFLAGS+=-DBOOTPROG=\"zfsboot\" \
|
||||
-I${BOOTSRC}/i386/common \
|
||||
-I${BOOTSRC}/i386 \
|
||||
-I${ZFSSRC} \
|
||||
-I${SYSDIR}/crypto/skein \
|
||||
-I${SYSDIR}/cddl/boot/zfs \
|
||||
-I${BTXLIB} \
|
||||
-I${BOOTSRC}/i386/boot2 \
|
||||
|
Loading…
Reference in New Issue
Block a user