summaryrefslogtreecommitdiffstats
path: root/network/exim/exim.Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'network/exim/exim.Makefile')
-rw-r--r--network/exim/exim.Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/exim/exim.Makefile b/network/exim/exim.Makefile
index 97c90e5b59..132ee5eebf 100644
--- a/network/exim/exim.Makefile
+++ b/network/exim/exim.Makefile
@@ -367,7 +367,7 @@ PCRE_CONFIG=yes
# ...or just enable your favourite lookups and let GNUmake handle the rest
ifeq ($(LOOKUP_LDAP),yes)
-LOOKUP_LIBS+=-lldap
+LOOKUP_LIBS+=-lldap -llber
endif
ifeq ($(LOOKUP_MYSQL),yes)