Skip to content

Commit be052d6

Browse files
pingkailifujun
authored andcommitted
ci(external): upgrade cul to 7_76_1, fix mac m1 build error
Signed-off-by: pingkai <pingkai.pk@alibaba-inc.com> (cherry picked from commit 80ba59b)
1 parent c4b6859 commit be052d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_tools/build_curl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function build_curl(){
77
if [ ! -f ${CURL_SOURCE_DIR}/configure ]
88
then
99
cd ${CURL_SOURCE_DIR}
10-
./buildconf
10+
autoreconf -fi
1111
if [ -n "$MTL" ]
1212
then
1313
cp ${BUILD_TOOLS_DIR}/automake_config/config.guess ./

external/player_git_source_list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ clone_git $OPENSSL_GIT $OPENSSL_BRANCH
3434
if [ -z "${CURL_GIT}" ];then
3535
CURL_GIT="https://github.com/curl/curl.git"
3636
fi
37-
CURL_BRANCH="curl-7_69_1"
37+
CURL_BRANCH="curl-7_76_1"
3838
clone_git $CURL_GIT "$CURL_BRANCH"
3939

4040
#if [[ -z "${LIBXML2_GIT}" ]];then

0 commit comments

Comments
 (0)