diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-11 11:26:44 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-11 11:26:44 +0100 |
commit | 401e5b9b11ae0098723639bf241f54e12f8d14c2 (patch) | |
tree | 7eff2cc477632686633a8c9e5c1f5a3488ab3a8b /debian | |
parent | f36e38a2a4d3e3a877ac02adc14ba42389a971e9 (diff) | |
download | rspamd-401e5b9b11ae0098723639bf241f54e12f8d14c2.tar.gz rspamd-401e5b9b11ae0098723639bf241f54e12f8d14c2.zip |
[Minor] Enable jemalloc for debian builds
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 9e0006618..7c2e06fe6 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: rspamd Section: mail Priority: extra Maintainer: Mikhail Gusarov <dottedmag@debian.org> -Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), cmake, libevent-dev (>= 1.3), libglib2.0-dev (>= 2.16.0), libgmime-2.6-dev, libluajit-5.1-dev [amd64 armel armhf i386 kfreebsd-i386 mips mipsel powerpc powerpcspe] | liblua5.1-dev, libpcre3-dev, libssl-dev (>= 1.0), libcurl4-openssl-dev, libsqlite3-dev, libmagic-dev, perl, dh-systemd +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), cmake, libevent-dev (>= 1.3), libglib2.0-dev (>= 2.16.0), libgmime-2.6-dev, libluajit-5.1-dev [amd64 armel armhf i386 kfreebsd-i386 mips mipsel powerpc powerpcspe] | liblua5.1-dev, libpcre3-dev, libssl-dev (>= 1.0), libcurl4-openssl-dev, libsqlite3-dev, libmagic-dev, perl, dh-systemd, libjemalloc-dev Standards-Version: 3.9.6 Homepage: https://rspamd.com Vcs-Git: git://github.com/vstakhov/rspamd.git diff --git a/debian/rules b/debian/rules index 5f3356e2c..1bb93c663 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,7 @@ override_dh_auto_configure: -DDEBIAN_BUILD=1 \ -DINSTALL_EXAMPLES=ON \ -DFORCE_GMIME24=ON \ + -DENABLE_JEMALLOC=ON \ -DENABLE_HIREDIS=ON \ -DENABLE_LUAJIT=ON \ -DWANT_SYSTEMD_UNITS=ON |