diff options
Diffstat (limited to 'network/exim/exim.Makefile')
-rw-r--r-- | network/exim/exim.Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/exim/exim.Makefile b/network/exim/exim.Makefile index 97c90e5b59650..132ee5eebf3cd 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) |