Date: Sun, 30 Jan 2022 22:20:09 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 260083] WITHOUT_BOOT build option appears to include stand, failing on libsa Message-ID: <bug-260083-227-7GhiZJz6tv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-260083-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260083-227-7GhiZJz6tv>
