Date: Wed, 09 Aug 2017 20:27:12 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails Message-ID: <bug-210537-8-L0qap9GF8M@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-210537-8@https.bugs.freebsd.org/bugzilla/> References: <bug-210537-8@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #6 from Eugene Grosbein <eugen@freebsd.org> --- Also, file/libmagic is contributed software with CDDL license and we have src.conf(5) knob WITHOUT_FILE to build system without this dependency. It is important for many reasons including embedded friendyness to minimize size of compiled code, so please make sure you respect WITHOUT_FILE and make your changes compile-time conditional, f.e: .if ${MK_FILE} != "no" CFLAGS+=-DLIBMAGIC .endif -- 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-210537-8-L0qap9GF8M>
