mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-04-09 16:05:00 +00:00
updated the unix curl version to 7.68.0 too
This commit is contained in:
parent
71d9884a89
commit
ffa913d640
1 changed files with 2 additions and 2 deletions
|
@ -413,8 +413,8 @@ if(BUNDLED_CURL AND (BUILD_CLIENT OR BUILD_SERVER))
|
|||
bundled_curl
|
||||
DEPENDS bundled_wolfssl bundled_openssl
|
||||
DOWNLOAD_DIR ${LIBS_DOWNLOAD_DIR}
|
||||
URL https://github.com/curl/curl/archive/curl-7_80_0.tar.gz
|
||||
URL_HASH MD5=d96c3324dd060474508312449105d835
|
||||
URL https://github.com/curl/curl/archive/curl-7_86_0.tar.gz
|
||||
URL_HASH MD5=fdbf8d543998fb0d6aa1e7afdf8ad4e1
|
||||
SOURCE_DIR "${LIBS_DOWNLOAD_SRC_DIR}/curl"
|
||||
PATCH_COMMAND sed -i -e "s/LIBS=\"$addlib $LIBS\"/LIBS=\"$addlib -lm $LIBS\"/g" ${LIBS_DOWNLOAD_SRC_DIR}/curl/m4/curl-wolfssl.m4
|
||||
BUILD_BYPRODUCTS ${CURL_BUNDLED_LIBRARY}
|
||||
|
|
Loading…
Reference in a new issue