This repository was archived by the owner on Oct 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -210,8 +210,8 @@ install_openssl(){
210
210
fi
211
211
212
212
if [ -d $LIB_DIR ]; then
213
- local SSL_BASE_VERSION=" 1.1.1 "
214
- local SSL_VERSION=" 1.1.1q "
213
+ local SSL_BASE_VERSION=" 3.0 "
214
+ local SSL_VERSION=" 3.0.8 "
215
215
cd $LIB_DIR
216
216
rm -f ./build/lib/libssl.*
217
217
rm -f ./build/lib/libcrypto.*
Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ install_depot_tools(){
63
63
64
64
pushd $OWT_DIR > /dev/null
65
65
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
66
+ pushd depot_tools > /dev/null
67
+ git checkout 53075227f31e38bf875dad98ec57d53076316d6f && \
68
+ popd > /dev/null
66
69
popd > /dev/null
67
70
}
68
71
@@ -85,7 +88,8 @@ download_and_build(){
85
88
source /opt/rh/devtoolset-7/enable
86
89
fi
87
90
88
- export PATH=" $PATH :$DEPOT_TOOLS "
91
+ export PATH=" $DEPOT_TOOLS :$PATH "
92
+ export DEPOT_TOOLS_UPDATE=0
89
93
gclient sync --no-history
90
94
pushd src > /dev/null
91
95
gn gen out --args=" $GN_ARGS "
Original file line number Diff line number Diff line change @@ -462,8 +462,8 @@ function isLibAllowed(libSrc) {
462
462
463
463
const whiteList = [
464
464
'rtcadapter' ,
465
- 'libssl.so.1.1 ' ,
466
- 'libcrypto.so.1.1 ' ,
465
+ 'libssl.so.3 ' ,
466
+ 'libcrypto.so.3 ' ,
467
467
'libnice' ,
468
468
'libSvtHevcEnc' ,
469
469
'libusrsctp' ,
You can’t perform that action at this time.
0 commit comments