From 6e5b7ac123fbd24402ba4c1908751ada433981ee Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 3 Nov 2025 16:01:06 -0700 Subject: [PATCH] fend: add openssl1 and compile dynamically --- recipes/wip/math/fend/recipe.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes/wip/math/fend/recipe.toml b/recipes/wip/math/fend/recipe.toml index 3066ea69..f9055f46 100644 --- a/recipes/wip/math/fend/recipe.toml +++ b/recipes/wip/math/fend/recipe.toml @@ -1,8 +1,13 @@ #TODO compiled but not tested [source] git = "https://github.com/printfn/fend" + [build] +dependencies = [ + "openssl1", +] template = "custom" script = """ +DYNAMIC_INIT cookbook_cargo_packages fend """