From: Mikhail Gusarov Date: Sun, 23 Feb 2014 08:40:45 +0000 (+0100) Subject: Re-enable packaged hiredis X-Git-Tag: 0.6.9~10^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef31d8f4a0f458b9d75f9cdc271e9b4159b7da68;p=thirdparty%2Frspamd.git Re-enable packaged hiredis --- diff --git a/debian/rules b/debian/rules index b96c068c62..9c17eecfb3 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