From: Mikhail Gusarov Date: Sat, 22 Feb 2014 23:50:46 +0000 (+0100) Subject: Turn off bundled hiredis X-Git-Tag: 0.6.9~10^2~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1e7f7b8b4e11dd4dfc1916374ca43433475fac16;p=rspamd.git Turn off bundled hiredis --- diff --git a/debian/control b/debian/control index fb19f55ff..fa5c4e3a3 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: rspamd Section: mail Priority: optional Maintainer: Mikhail Gusarov -Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~), cmake, libevent-dev (>= 1.3), libglib2.0-dev (>= 2.16.0), libgmime-2.6-dev, liblua5.2-dev | liblua5.1-dev | liblua5.1-0-dev, libpcre3-dev, cdbs, libssl-dev (>= 1.0), libcurl4-openssl-dev +Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~), cmake, libevent-dev (>= 1.3), libglib2.0-dev (>= 2.16.0), libgmime-2.6-dev, liblua5.2-dev | liblua5.1-dev | liblua5.1-0-dev, libpcre3-dev, cdbs, libssl-dev (>= 1.0), libcurl4-openssl-dev, libhiredis-dev Standards-Version: 3.9.5 Homepage: https://rspamd.com Vcs-Git: git://github.com/vstakhov/rspamd.git diff --git a/debian/rules b/debian/rules index ce09d5128..088a67348 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,7 @@ DEB_CMAKE_NORMAL_ARGS+= -DCONFDIR=/etc/rspamd \ -DINSTALL_EXAMPLES=ON \ -DFORCE_GMIME24=ON \ -DRSPAMD_GROUP=rspamd \ - -DRSPAMD_USER=rspamd + -DRSPAMD_USER=rspamd \ + -DENABLE_HIREDIS=ON clean:: rm -f src/modules.c