diff options
author | Mario Preksavec <mario@slackware.hr> | 2014-10-29 19:27:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-01 09:04:02 +0700 |
commit | d5574e5c5b1c817888e3de1ed1ff2f359740b250 (patch) | |
tree | e71609c65d84171a7b473d1c05155fe7acee666c /network/cyrus-imapd/cyrus-imapd.SlackBuild | |
parent | e0f003a618c158ddd313c319e498ded2fd61d605 (diff) | |
download | slackbuilds-d5574e5c5b1c817888e3de1ed1ff2f359740b250.tar.gz |
network/cyrus-imapd: Fixed building with newer bdb and official mirror
Diffstat (limited to 'network/cyrus-imapd/cyrus-imapd.SlackBuild')
-rw-r--r-- | network/cyrus-imapd/cyrus-imapd.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/network/cyrus-imapd/cyrus-imapd.SlackBuild b/network/cyrus-imapd/cyrus-imapd.SlackBuild index 98f6a3159c..ff0e9c5ce2 100644 --- a/network/cyrus-imapd/cyrus-imapd.SlackBuild +++ b/network/cyrus-imapd/cyrus-imapd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cyrus-imapd -# Copyright 2010-2011, mario <mario@slackverse.org> +# Copyright 2010, 2011, 2014 Mario Preksavec, Zagreb, HR # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -11,7 +11,7 @@ # 1. Redistributions of this script must retain the above copyright # notice, this list of conditions and the following disclaimer. # -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO # EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, @@ -24,7 +24,7 @@ PRGNAM=cyrus-imapd VERSION=${VERSION:-2.4.17} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PATCHES=${PATCHES:-yes} @@ -108,7 +108,6 @@ CXXFLAGS="$SLKCFLAGS" \ --with-libwrap \ --with-openssl \ --with-perl \ - --with-bdb-incdir=/usr/include/db4 \ --with-cyrus-user=cyrus \ --with-cyrus-group=cyrus \ --enable-idled \ |