The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / heirloom-mailx / 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