diff options
author | Mikhail Gusarov <dottedmag@debian.org> | 2015-05-18 16:35:05 +0000 |
---|---|---|
committer | Mikhail Gusarov <dottedmag@debian.org> | 2015-05-18 17:24:35 +0000 |
commit | 4e06f9ec003064a0fc4dc57f95fe48671e72ee3e (patch) | |
tree | ba055576ca4f90cc534f87c57d25c3c8127e86f7 /debian | |
parent | 4480828ebc8d6534bf25157fe369efc251e07d04 (diff) | |
download | rspamd-4e06f9ec003064a0fc4dc57f95fe48671e72ee3e.tar.gz rspamd-4e06f9ec003064a0fc4dc57f95fe48671e72ee3e.zip |
Use lua 5.1 if luajit is not available (Arm64, PowerPC, s390x etc)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 71b11d413..e55e1a06d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: rspamd Section: mail Priority: optional 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, libpcre3-dev, libssl-dev (>= 1.0), libcurl4-openssl-dev, libhiredis-dev (>= 0.11.0-4), libsqlite3-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 | liblua5.1-dev, libpcre3-dev, libssl-dev (>= 1.0), libcurl4-openssl-dev, libhiredis-dev (>= 0.11.0-4), libsqlite3-dev, perl, dh-systemd Standards-Version: 3.9.6 Homepage: https://rspamd.com Vcs-Git: git://github.com/vstakhov/rspamd.git |