Skip to content

Commit

Permalink
Optimize the depend.sh script to solve the issue of lack of permissio…
Browse files Browse the repository at this point in the history
…n during openssl compilation.
  • Loading branch information
duiniuluantanqin committed Jun 20, 2023
1 parent 7f997b3 commit 07dd33f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunk/auto/depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ if [[ $SRS_SSL == YES && $SRS_USE_SYS_SSL != YES ]]; then
${OPENSSL_UNZIP} &&
(
cd ${SRS_OBJS}/${SRS_PLATFORM}/${OPENSSL_CANDIDATE} &&
chmod +x ${OPENSSL_CONFIG} &&
${OPENSSL_CONFIG} --prefix=${SRS_DEPENDS_LIBS}/${SRS_PLATFORM}/3rdpatry/openssl $OPENSSL_OPTIONS
) &&
make -C ${SRS_OBJS}/${SRS_PLATFORM}/${OPENSSL_CANDIDATE} CC=${SRS_TOOL_CC} AR="${OPENSSL_AR}" \
Expand Down

0 comments on commit 07dd33f

Please sign in to comment.