diff options
| author | Warner Losh <imp@FreeBSD.org> | 2026-06-26 14:45:37 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2026-06-26 14:54:35 +0000 |
| commit | 01ef8f4555cfa46c8030cf623e6e3e857fa25430 (patch) | |
| tree | 4c1d8d13162bd6b284859f5b99585c2ff8c93ace | |
| parent | 1e49aa7a984e0d4381538aa6cf16d37b20b000b9 (diff) | |
loader: Don't need add these flags to ZSTD_SRC
These are zfs-only flags, don't add them when we're building ZSTD.
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D57860
| -rw-r--r-- | stand/libsa/zfs/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/libsa/zfs/Makefile.inc b/stand/libsa/zfs/Makefile.inc index 540635d144ef..b6faf46af236 100644 --- a/stand/libsa/zfs/Makefile.inc +++ b/stand/libsa/zfs/Makefile.inc @@ -42,7 +42,7 @@ ZFS_EARLY= -I${SAZFSSRC}/spl \ # has a bunch of defines that are present in OpenSolaris / Illumos, but missing # from FreeBSD. # -.for i in ${ZFS_SRC} ${ZSTD_SRC} +.for i in ${ZFS_SRC} CFLAGS.$i+= -include ${ZFSTOP}/include/sys/simd_config.h \ -include ${ZFSOSINC}/spl/sys/ccompile.h \ -Wformat -Wall -I${ZFSTOP}/include \ |
