[Slackbuilds-users] [PATCH] network/exim: fixed README, link with liblber
Thomas Morper
thomas at beingboiled.info
Mon Sep 10 16:14:08 UTC 2012
Fixed README to contain the correct argument for enabling the
PostgreSQL lookup; fixed exim.Makefile to link with liblber
when using the LDAP lookup. Tested on 14.0RC4 32- & 64-bit;
seems to build and work fine.
Sorry, git-n00b here. Was this the correct way to send a patch?
---
network/exim/README | 2 +-
network/exim/exim.Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/network/exim/README b/network/exim/README
index 42cf5ce..58c1319 100644
--- a/network/exim/README
+++ b/network/exim/README
@@ -32,5 +32,5 @@ but you can enable them easily by passing the directives
on the command line when calling this script, e.g.
LOOKUP_LDAP=yes LOOKUP_SQLITE=yes \
- LOOKUP_MYSQL=yes LOOKUP_POSTGRES=yes \
+ LOOKUP_MYSQL=yes LOOKUP_PGSQL=yes \
sh exim.SlackBuild
diff --git a/network/exim/exim.Makefile b/network/exim/exim.Makefile
index 97c90e5..132ee5e 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)
--
1.7.4.4
More information about the SlackBuilds-users
mailing list