[Bug 260083] WITHOUT_BOOT build option appears to include stand, failing on libsa
Date: Sun, 30 Jan 2022 23:06:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260083
--- Comment #7 from Ivan Rozhuk <rozhuk.im@gmail.com> ---
This works for me:
diff --git a/stand/libsa/Makefile b/stand/libsa/Makefile
index 6ac1d900104..781194d0a28 100644
--- a/stand/libsa/Makefile
+++ b/stand/libsa/Makefile
@@ -167,6 +167,9 @@ SRCS+= time.c
.PATH: ${SRCTOP}/sys/ufs/ffs
SRCS+=ffs_subr.c ffs_tables.c
+CFLAGS.dosfs.c+= -I${LDRSRC}
+CFLAGS.tftp.c+= -I${LDRSRC}
+CFLAGS.ufs.c+= -I${LDRSRC}
CFLAGS.bzipfs.c+= -I${SRCTOP}/contrib/bzip2
# explicit_bzero and calculate_crc32c
--
You are receiving this mail because:
You are the assignee for the bug.