[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 9 20:27:12 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537

--- Comment #6 from Eugene Grosbein <eugen at 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.


More information about the freebsd-bugs mailing list