1 comment "exim needs a toolchain w/ threads"
2 depends on !BR2_TOOLCHAIN_HAS_THREADS
4 config BR2_PACKAGE_EXIM
6 depends on BR2_USE_MMU # fork()
7 depends on BR2_TOOLCHAIN_HAS_THREADS
8 select BR2_PACKAGE_PCRE
9 select BR2_PACKAGE_BERKELEYDB
11 Exim is a message transfer agent (MTA) developed at the University of
12 Cambridge for use on Unix systems connected to the Internet.
18 config BR2_PACKAGE_EXIM_CUSTOM_CONFIG_FILE
19 string "Custom configuration file"
21 By default, when this option is left empty, Buildroot
22 generates a configuration file for exim with reasonable
25 If you want to override the configuration file generated by
26 Buildroot with a customized file, set here the path to your
27 configuration file with this option.
29 This file shall comply with the syntax defined in the exim
30 documentation (http://www.exim.org/docs.html).
31 Buildroot will generate a configuration file composed of the
32 content of the file you provide plus the toolchain-related
33 settings needed for cross-compilation.