diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2016-01-21 20:17:16 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-22 19:18:59 +0000 |
commit | 3d541bc87eb551bcfa738fdf8251faa91a494a3a (patch) | |
tree | 99e5666df04584d139a97764acd92aa0c1767693 /testing/exim/exim.Makefile | |
parent | eb2f9f7bd1b04850f6f9663fe5d2cb3c144cf958 (diff) | |
download | aports-3d541bc87eb551bcfa738fdf8251faa91a494a3a.tar.bz2 aports-3d541bc87eb551bcfa738fdf8251faa91a494a3a.tar.xz |
testing/exim: add rspamd local_scan support, cleanups in init and pre-install scripts
Diffstat (limited to 'testing/exim/exim.Makefile')
-rw-r--r-- | testing/exim/exim.Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/exim/exim.Makefile b/testing/exim/exim.Makefile index 68d21d8c7b..40a9ed4d4c 100644 --- a/testing/exim/exim.Makefile +++ b/testing/exim/exim.Makefile @@ -70,3 +70,5 @@ HAVE_IPV6=YES CONFIGURE_FILE_USE_NODE=yes CONFIGURE_FILE_USE_EUID=yes SUPPORT_MOVE_FROZEN_MESSAGES=yes +LOCAL_SCAN_SOURCE=Local/local_scan.c +LOCAL_SCAN_HAS_OPTIONS=yes |