Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] Make exim more configurable
@ 2014-07-04 15:56 Luca Ceresoli
  2014-07-04 15:56 ` [Buildroot] [PATCH 1/3] exim: allow using a custom configuration file Luca Ceresoli
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Luca Ceresoli @ 2014-07-04 15:56 UTC (permalink / raw)
  To: buildroot

Hi,

this small patch series makes the exim mail transfer agent more configurable
at build time.

Exim does not use a framework such as the autotools or CMake for its
build-time configuration. Instead it requires to provide a Makefile
(./Local/Makefile) with variables set appropriately. This Makefile is then
included by the main Makefile.

These patches allow to use a custom configuration Makefile provided by the
user and to tweak (in the Buildroot config) the user that will run the exim
processes.

Luca

Luca Ceresoli (3):
  exim: allow using a custom configuration file
  exim: make EXIM_USER configurable
  exim: generate the user with automatic uid

 package/exim/Config.in | 34 ++++++++++++++++++++++++++++++++++
 package/exim/exim.mk   | 28 ++++++++++++++++++++++++++--
 2 files changed, 60 insertions(+), 2 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-07-16 22:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-04 15:56 [Buildroot] [PATCH 0/3] Make exim more configurable Luca Ceresoli
2014-07-04 15:56 ` [Buildroot] [PATCH 1/3] exim: allow using a custom configuration file Luca Ceresoli
2014-07-04 15:56 ` [Buildroot] [PATCH 2/3] exim: make EXIM_USER configurable Luca Ceresoli
2014-07-04 15:56 ` [Buildroot] [PATCH 3/3] exim: generate the user with automatic uid Luca Ceresoli
2014-07-15 19:31 ` [Buildroot] [PATCH 0/3] Make exim more configurable Thomas Petazzoni
2014-07-16  8:18   ` Luca Ceresoli
2014-07-16  8:29     ` Thomas Petazzoni
2014-07-16  9:03       ` Luca Ceresoli
2014-07-16 17:14         ` Yann E. MORIN
2014-07-16  8:24   ` Thomas Petazzoni
2014-07-16  8:50     ` Luca Ceresoli
2014-07-16  9:03       ` Thomas Petazzoni
2014-07-16 16:15         ` Luca Ceresoli
2014-07-16 22:47       ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox