diff options
author | Thomas Morper <thomas@beingboiled.info> | 2012-09-10 18:31:31 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-10 16:35:39 -0500 |
commit | 2363cc0c653f736f138d9930bcaf7f40824e3b48 (patch) | |
tree | 2ad693af3f17929c5f129e4151fc356040735ddd /network/exim/exim.Makefile | |
parent | 787bcff8069e23f11ebb5f2ec4cb640ab1734223 (diff) | |
download | slackbuilds-2363cc0c653f736f138d9930bcaf7f40824e3b48.tar.gz |
network/exim: Fixed argument and linked to liblber when using LDAP.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 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) |