From 16b65fdadb5cb41c3bed3cdb25c4294f38b6c66f Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 21 Sep 2025 21:14:49 -0600 Subject: [PATCH] openssh: add zstd dependency --- recipes/wip/ssh/openssh/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/wip/ssh/openssh/recipe.toml b/recipes/wip/ssh/openssh/recipe.toml index 08683a8bd..648f006ea 100644 --- a/recipes/wip/ssh/openssh/recipe.toml +++ b/recipes/wip/ssh/openssh/recipe.toml @@ -10,6 +10,7 @@ template = "custom" dependencies = [ "openssl3", "zlib", + "zstd", ] script = """ DYNAMIC_INIT