gtchaos commented on code in PR #9524: URL: https://github.com/apache/incubator-doris/pull/9524#discussion_r876709031
########## thirdparty/build-thirdparty.sh: ########## @@ -904,16 +904,46 @@ build_gsasl() { make -j $PARALLEL && make install } +# build_gsasl2 just for libgsasl1.8.0 +build_gsasl2() { + check_if_source_exist $GSASL2_SOURCE + cd $TP_SOURCE_DIR/$GSASL2_SOURCE + mkdir -p $BUILD_DIR && cd $BUILD_DIR + ../configure --prefix=$HDFS3_KRB5_INSTALL_DIR --with-gssapi-impl=mit --enable-shared=no --with-pic --with-libidn-prefix=$TP_INSTALL_DIR Review Comment: vars.sh -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org