Home
last modified time | relevance | path

Searched hist:"09 ace5cefbd29c105b2b332b71a19b3f9fd8079b" (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/libsa/zfs/
H A DMakefile.incdiff 09ace5cefbd29c105b2b332b71a19b3f9fd8079b Sun Jul 24 23:51:53 CEST 2022 Warner Losh <imp@FreeBSD.org> stand/zfs: Limit flags further for ZFS

Constrain CFLAGS for ZFS: don't add anything globally. Add the includes
to only the files that need them. Add -DHAS_ZSTD_ZFS to zfs.c (which
includes zfsimpl.c which includes zfssubr.c both of which need this
defined). Also add it to efi/boot1/Makefile since zfs_module.c also
includes zfsimple.c.

Sponsored by: Netflix
Reviewed by: tsoome
Differential Revision: https://reviews.freebsd.org/D35887