commit c9ad621: [Minor] Build hack for old ubuntu/debian

Vsevolod Stakhov vsevolod at rspamd.com
Thu Jul 28 10:56:03 UTC 2022


Author: Vsevolod Stakhov
Date: 2022-07-28 11:51:29 +0100
URL: https://github.com/rspamd/rspamd/commit/c9ad6212f3d87a384be1d80be42c736957f2fc8a (HEAD -> master)

[Minor] Build hack for old ubuntu/debian

---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6538ef7c7..0472a11c1 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: cmake,
                libsodium-dev,
                libsqlite3-dev,
                libssl-dev (>= 1.0),
-               libunwind-dev,
+               libunwind-dev | libunwind-13-dev,
                perl,
                ragel,
                zlib1g-dev


More information about the Commits mailing list