From 2363cc0c653f736f138d9930bcaf7f40824e3b48 Mon Sep 17 00:00:00 2001 From: Thomas Morper Date: Mon, 10 Sep 2012 18:31:31 +0200 Subject: network/exim: Fixed argument and linked to liblber when using LDAP. Signed-off-by: Matteo Bernardini --- network/exim/exim.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network/exim/exim.Makefile') 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) -- cgit v1.2.3