We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b6859 commit be052d6Copy full SHA for be052d6
build_tools/build_curl.sh
@@ -7,7 +7,7 @@ function build_curl(){
7
if [ ! -f ${CURL_SOURCE_DIR}/configure ]
8
then
9
cd ${CURL_SOURCE_DIR}
10
- ./buildconf
+ autoreconf -fi
11
if [ -n "$MTL" ]
12
13
cp ${BUILD_TOOLS_DIR}/automake_config/config.guess ./
external/player_git_source_list.sh
@@ -34,7 +34,7 @@ clone_git $OPENSSL_GIT $OPENSSL_BRANCH
34
if [ -z "${CURL_GIT}" ];then
35
CURL_GIT="https://github.com/curl/curl.git"
36
fi
37
-CURL_BRANCH="curl-7_69_1"
+CURL_BRANCH="curl-7_76_1"
38
clone_git $CURL_GIT "$CURL_BRANCH"
39
40
#if [[ -z "${LIBXML2_GIT}" ]];then
0 commit comments