diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/copyright | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright index f23dd34b1..871b6d55f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -65,7 +65,7 @@ License: MPL-2 Files: contrib/aho-corasic Copyright: 2009-2014 Mischa Sandberg <mischasan@gmail.com> -License: License: LGPL-3+ +License: LGPL-3+ Files: contrib/xxhash/xxhash.* Copyright: 2012-2013, Yann Collet. diff --git a/debian/rules b/debian/rules index 7c03e777f..4270f06bc 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,9 @@ override_dh_auto_configure: -DENABLE_HIREDIS=ON \ -DWANT_SYSTEMD_UNITS=ON +override_dh_makeshlibs: + dh_makeshlibs -Xrspamd-actrie + override_dh_auto_clean: dh_auto_clean rm -f src/modules.c |