mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
Update the wget recipe
This commit is contained in:
parent
db3dce54d4
commit
e31cafff97
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user