mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
stand: For ZFS build, add new directory
OpenZFS is based on having a number of layers of include files that define things and include the next layer. Insert a later at the start for files in libsa/zfs/spl so we can override issues with upstream OpenZFS while we work to get the issues corrected upstream. Sponsored by: Netflix Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D35750
This commit is contained in:
parent
2b766d5e5a
commit
87d3aa5397
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ CFLAGS+= -I${LDRSRC}
|
|||
CFLAGS+= -I${SYSDIR}/cddl/boot/zfs
|
||||
CFLAGS+= -I${SYSDIR}/crypto/skein
|
||||
|
||||
ZFS_EARLY= -I${ZFSOSINC} \
|
||||
ZFS_EARLY= -I${ZFSSRC}/spl \
|
||||
-I${ZFSOSINC} \
|
||||
-I${ZFSOSINC}/spl \
|
||||
-I${ZFSOSINC}/zfs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue