mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
Disable libpsl requirement in curl
This commit is contained in:
parent
503b1f8e5e
commit
7a87b79719
@ -7,7 +7,6 @@ dependencies = [
|
||||
"curl",
|
||||
"libiconv",
|
||||
"liborbital",
|
||||
"libpsl",
|
||||
"llvm",
|
||||
"mesa",
|
||||
"nghttp2",
|
||||
|
||||
@ -6,7 +6,7 @@ upstream = "https://github.com/curl/curl.git"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libpsl",
|
||||
#TODO: git fails to build when this is a dependency: "libpsl",
|
||||
"nghttp2",
|
||||
"openssl1",
|
||||
"zlib"
|
||||
@ -31,6 +31,7 @@ COOKBOOK_CONFIGURE_FLAGS=(
|
||||
--with-nghttp2="${COOKBOOK_SYSROOT}"
|
||||
--with-ssl="${COOKBOOK_SYSROOT}"
|
||||
--with-zlib="${COOKBOOK_SYSROOT}"
|
||||
--without-libpsl
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user