From 9df58585e512b1bc0f74f92ee7d815ab08aee929 Mon Sep 17 00:00:00 2001 From: John Wren Kennedy Date: Thu, 3 Oct 2024 10:53:41 -0600 Subject: [PATCH] zstd --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index c446350..b037eb0 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Sylvestre Ledru Build-Depends: - cmake, + cmake (>= 3.18), debhelper-compat (= 12), dwarfdump, libssl-dev, @@ -11,7 +11,8 @@ Build-Depends: pkg-config, zlib1g-dev, gdb, - g++-10 + g++-10, + libzstd-dev Standards-Version: 4.6.0 Homepage: https://github.com/rui314/mold Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/mold