diff options
author | Mikhail Gusarov <dottedmag@dottedmag.net> | 2014-02-23 00:50:46 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-02-24 13:16:41 +0000 |
commit | 3fd1a501691b5cb27c17a9354d49db52cf13c4a6 (patch) | |
tree | 3a5ac5e7161e97e8550d25fed1403c11d45d80e4 /debian | |
parent | ae1829b48ce44f68354de6b2f3c3a50c674e2a0a (diff) | |
download | rspamd-3fd1a501691b5cb27c17a9354d49db52cf13c4a6.tar.gz rspamd-3fd1a501691b5cb27c17a9354d49db52cf13c4a6.zip |
Turn off bundled hiredis
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 3 insertions, 2 deletions
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 <dottedmag@debian.org> -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 |