diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
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 |