Date: Sun, 30 Jan 2022 23:06:00 +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-xIdBbrCYb4@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 --- 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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260083-227-xIdBbrCYb4>
