d3e7fbd75e
heirloom-mailx uses fork(), so we can't use it as is on !mmu platforms. Fixes: http://autobuild.buildroot.org/results/c5a8e3a4cbc1e1de985fe3c724b711027865abe7/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
542 B
Plaintext
16 lines
542 B
Plaintext
config BR2_PACKAGE_HEIRLOOM_MAILX
|
|
bool "heirloom-mailx"
|
|
# uses fork()
|
|
depends on BR2_USE_MMU
|
|
help
|
|
Heirloom mailx (previously known as nail) is a mail user
|
|
agent for Unix systems.
|
|
|
|
It can be used as a command-line mail reader, but also more
|
|
importantly on embedded systems, as a mail composition
|
|
program and SMTP client, in order to send e-mail from shell
|
|
scripts. It supports SMTP authentication (login, plain,
|
|
cram-md5), SMTPS, MIME encoding of attachements, and more.
|
|
|
|
http://heirloom.sourceforge.net/mailx.html
|