diff options
| author | Luca Ceresoli <luca@lucaceresoli.net> | 2014-03-06 17:54:50 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-05 18:31:51 +0200 |
| commit | 74396948333f93278eaae5b3227d95cb830efee7 (patch) | |
| tree | bc649d1e704d1e666bba7772341994cac275d160 /package/exim/Local-Makefile | |
| parent | fa7697dc2b04bf3e35d5d456abbe20a93c650f2b (diff) | |
| download | buildroot-74396948333f93278eaae5b3227d95cb830efee7.tar.gz buildroot-74396948333f93278eaae5b3227d95cb830efee7.zip | |
exim: new package
[Thomas:
- use $(INSTALL) instead of install
- add AR and RANLIB variables in the local makefiles, so that the
cross toolchain ar and ranlib utilities are used instead of the
native ones.
- move the init script initialization to the EXIM_INSTALL_INIT_SYSV
variable.
- Use parenthesis instead of curly braces to reference TARGET_DIR.]
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/exim/Local-Makefile')
| -rw-r--r-- | package/exim/Local-Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/exim/Local-Makefile b/package/exim/Local-Makefile new file mode 100644 index 0000000000..191f0e0da6 --- /dev/null +++ b/package/exim/Local-Makefile @@ -0,0 +1,15 @@ +BIN_DIRECTORY=/usr/sbin +CONFIGURE_FILE=/etc/exim/configure +EXIM_USER=ref:exim +EXIM_GROUP=mail +SPOOL_DIRECTORY=/var/spool/exim +ROUTER_ACCEPT=yes +TRANSPORT_LMTP=yes +LOOKUP_DBM=yes +LOOKUP_LSEARCH=yes +PCRE_LIBS=-lpcre +FIXED_NEVER_USERS=root +HEADERS_CHARSET="ISO-8859-1" +HAVE_ICONV=no +SYSLOG_LOG_PID=yes +TMPDIR="/tmp" |

