Update the wget recipe

This commit is contained in:
Ribbon 2024-07-18 20:37:54 +00:00
parent db3dce54d4
commit e31cafff97

View File

@ -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
"""