[Bug 260083] WITHOUT_BOOT build option appears to include stand, failing on libsa
Date: Sun, 30 Jan 2022 22:20:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260083 Toomas Soome <tsoome@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tsoome@freebsd.org --- Comment #5 from Toomas Soome <tsoome@freebsd.org> --- Could you test this patch: diff --git a/stand/libsa/Makefile b/stand/libsa/Makefile index 6ac1d900104e..b7993d45f6af 100644 --- a/stand/libsa/Makefile +++ b/stand/libsa/Makefile @@ -167,6 +167,7 @@ SRCS+= time.c .PATH: ${SRCTOP}/sys/ufs/ffs SRCS+=ffs_subr.c ffs_tables.c +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.