9ee5c166b8
Fixes: http://autobuild.buildroot.net/results/95d/95ddd8e9be96f3808612db02642d72cfe77b3c26/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Luca Ceresoli <luca@lucaceresoli.net> Reviewed-by: Romain Naour<romain.naour@openwide.fr> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
config BR2_PACKAGE_EXIM
|
|
bool "exim"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_PCRE
|
|
select BR2_PACKAGE_BERKELEYDB
|
|
help
|
|
Exim is a message transfer agent (MTA) developed at the University of
|
|
Cambridge for use on Unix systems connected to the Internet.
|
|
|
|
http://www.exim.org/
|