You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2023/01/10 04:29:13 UTC

[GitHub] [doris] morningman commented on pull request #15753: [chore](thirdparty) fix bug that GSSAPI of libgsasl is disabled

morningman commented on PR #15753:
URL: https://github.com/apache/doris/pull/15753#issuecomment-1376719708

   > ```
   > diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh
   > index 774a5512b..907e6a366 100755
   > --- a/thirdparty/build-thirdparty.sh
   > +++ b/thirdparty/build-thirdparty.sh
   > @@ -1340,7 +1340,9 @@ build_gsasl() {
   >          cflags='-Wno-implicit-function-declaration'
   >      fi
   >  
   > -    CFLAGS="${cflags} -I${TP_INCLUDE_DIR}" ../configure --prefix="${TP_INSTALL_DIR}" --with-gssapi-impl=mit --enable-shared=no --with-pic --with-libidn-prefix="${TP_INSTALL_DIR}"
   > +    KRB5_CONFIG="${TP_INSTALL_DIR}/bin/krb5-config" \
   > +        CFLAGS="${cflags} -I${TP_INCLUDE_DIR}" \
   > +        ../configure --prefix="${TP_INSTALL_DIR}" --with-gssapi-impl=mit --enable-shared=no --with-pic --with-libidn-prefix="${TP_INSTALL_DIR}"
   >  
   >      make -j "${PARALLEL}"
   >      make install
   > ```
   > 
   > Hi @morningman , you may apply this patch to resolve the issue you reported and make all the checks pass.
   
   OK I will try, thanks


-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org