network/exim: Fixed argument and linked to liblber when using LDAP.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Thomas Morper 2012-09-10 18:31:31 +02:00 committed by Robby Workman
parent 787bcff806
commit 2363cc0c65
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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)

View file

@ -25,7 +25,7 @@
PRGNAM=exim
VERSION=${VERSION:-4.80}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -81,7 +81,7 @@ find . \
# 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
#
cat $CWD/exim.Makefile > Local/Makefile