summarylogtreecommitdiffstats
path: root/exim.Makefile
diff options
context:
space:
mode:
authorKarel Louwagie2016-04-17 14:35:26 +0200
committerKarel Louwagie2016-04-17 14:35:26 +0200
commit1188ac5e04f378f6fa0272992d0656a5af2ebe68 (patch)
tree8f40670ebb88a942a81d96d15be57ff0816d1a96 /exim.Makefile
parent3507fb2f6234f5b93bd4669b68d5f66f79157614 (diff)
downloadaur-1188ac5e04f378f6fa0272992d0656a5af2ebe68.tar.gz
updates exim to 4.87
Diffstat (limited to 'exim.Makefile')
-rw-r--r--exim.Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/exim.Makefile b/exim.Makefile
index efba5e3791a6..781d8adc51bc 100644
--- a/exim.Makefile
+++ b/exim.Makefile
@@ -290,7 +290,7 @@ LOOKUP_DNSDB=yes
LOOKUP_DSEARCH=yes
# LOOKUP_IBASE=yes
LOOKUP_LDAP=yes
-# LOOKUP_MYSQL=yes
+LOOKUP_MYSQL=yes
# LOOKUP_NIS=yes
# LOOKUP_NISPLUS=yes
# LOOKUP_ORACLE=yes
@@ -1222,7 +1222,8 @@ PID_FILE_PATH=/var/run/exim.pid
# ENABLE_DISABLE_FSYNC=yes
HAVE_IPV6=YES
-LOOKUP_LIBS=-lldap -llber
+LOOKUP_INCLUDE=-I /usr/include/mysql
+LOOKUP_LIBS=-lldap -llber -L/usr/lib -lmysqlclient
EXTRALIBS_EXIM=-lpam
USE_GDBM=yes