mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:37:45 +00:00
Ports: Add ca-certificates as a dependency to curl
This commit is contained in:
parent
813a1f2865
commit
1b6a1748f0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version=7.81.0
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2 1e7a38d7018ec060f1f16df839854f0889e94e122c4cfa5d3a37c2dc56f1e258"
|
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2 1e7a38d7018ec060f1f16df839854f0889e94e122c4cfa5d3a37c2dc56f1e258"
|
||||||
auth_type=sha256
|
auth_type=sha256
|
||||||
depends=("openssl" "zlib" "zstd")
|
depends=("ca-certificates" "openssl" "zlib" "zstd")
|
||||||
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
|
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue