diff --git a/recipes/wip/net/download/wget/recipe.toml b/recipes/wip/net/download/wget/recipe.toml index 81b5d2cd1..33a7cc4fe 100644 --- a/recipes/wip/net/download/wget/recipe.toml +++ b/recipes/wip/net/download/wget/recipe.toml @@ -2,7 +2,13 @@ [source] tar = "https://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.gz" [build] -template = "configure" +template = "custom" dependencies = [ "openssl1", ] +script = """ +COOKBOOK_CONFIGURE_FLAGS+=( + --with-ssl=openssl +) +cookbook_configure +"""