summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2014-02-23 09:40:45 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-02-24 13:17:47 +0000
commit5668fc525483685dedd771bd2394d3abd6f26980 (patch)
tree91b071c80c86ffab7a79d95f9ff70bd36a3db332
parent9ee389431936c77866c41c2b4213c5d437129795 (diff)
downloadrspamd-5668fc525483685dedd771bd2394d3abd6f26980.tar.gz
rspamd-5668fc525483685dedd771bd2394d3abd6f26980.zip
Re-enable packaged hiredis
-rwxr-xr-xdebian/rules7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index b96c068c6..9c17eecfb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
dh $@
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+# Until https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739834 is fixed
+export DEB_CFLAGS_MAINT_APPEND = -I/usr/include/hiredis
override_dh_auto_configure:
dh_auto_configure -- -DCONFDIR=/etc/rspamd \
@@ -19,9 +21,8 @@ override_dh_auto_configure:
-DINSTALL_EXAMPLES=ON \
-DFORCE_GMIME24=ON \
-DRSPAMD_GROUP=rspamd \
- -DRSPAMD_USER=_rspamd
-# \
-# -DENABLE_HIREDIS=ON
+ -DRSPAMD_USER=_rspamd \
+ -DENABLE_HIREDIS=ON
override_dh_auto_clean:
dh_auto_clean