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.SlackBuild | |
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.SlackBuild')
-rw-r--r-- | network/exim/exim.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild index ad974a6555..2d8e4b4e50 100644 --- a/network/exim/exim.SlackBuild +++ b/network/exim/exim.SlackBuild @@ -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 |