Skip to content
Snippets Groups Projects
Commit e31cafff authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Update the wget recipe

parent db3dce54
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,13 @@ ...@@ -2,7 +2,13 @@
[source] [source]
tar = "https://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.gz" tar = "https://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.gz"
[build] [build]
template = "configure" template = "custom"
dependencies = [ dependencies = [
"openssl1", "openssl1",
] ]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--with-ssl=openssl
)
cookbook_configure
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment