]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Fix debian dependencies
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 22 Jun 2019 12:21:56 +0000 (13:21 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 22 Jun 2019 12:21:56 +0000 (13:21 +0100)
debian/control
debian/rules

index 799b3b3c0be8f5b0e3a6690fd5a7dbb240ca77c2..ca12d425d5a9f5d3957f97072d6f0e36c4d636ad 100644 (file)
@@ -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), 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, ragel, libicu-dev, zlib1g-dev, libunwind-dev | libunwind8-dev
+Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), cmake, libglib2.0-dev (>= 2.16.0), 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, ragel, libicu-dev, zlib1g-dev, libunwind-dev | libunwind8-dev
 Standards-Version: 3.9.6
 Homepage: https://rspamd.com
 Vcs-Git: git://github.com/vstakhov/rspamd.git
index 5dfe45e887f7c8fa5a7de1c2c9a2685660252318..325cf5e3c02f53907b3b0c641a262431bc5546ca 100755 (executable)
@@ -17,11 +17,9 @@ override_dh_auto_configure:
                -DLIBDIR=/usr/lib/rspamd \
                -DINCLUDEDIR=/usr/include \
                -DSYSTEMDDIR=/lib/systemd/system \
-               -DNO_SHARED=ON \
                -DCMAKE_BUILD_TYPE=ReleaseWithDebInfo \
                -DDEBIAN_BUILD=1 \
                -DINSTALL_EXAMPLES=ON \
-               -DFORCE_GMIME24=ON \
                -DENABLE_JEMALLOC=ON \
                -DENABLE_OPTIMIZATION=OFF \
                -DENABLE_FULL_DEBUG=OFF \