]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - Config.in
87664b489e7b22403852cc4b2fbdf381335efe52
[packages/trusty/cirros-testvm.git] / Config.in
1 config BR2_PACKAGE_HEIRLOOM_MAILX
2         bool "heirloom-mailx"
3         # uses fork()
4         depends on BR2_USE_MMU
5         depends on !BR2_STATIC_LIBS
6         help
7           Heirloom mailx (previously known as nail) is a mail user
8           agent for Unix systems.
9
10           It can be used as a command-line mail reader, but also more
11           importantly on embedded systems, as a mail composition
12           program and SMTP client, in order to send e-mail from shell
13           scripts. It supports SMTP authentication (login, plain,
14           cram-md5), SMTPS, MIME encoding of attachements, and more.
15
16           http://heirloom.sourceforge.net/mailx.html
17
18 comment "heirloom-mailx needs a toolchain w/ dynamic library"
19         depends on BR2_STATIC_LIBS
20         depends on BR2_USE_MMU