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-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

Reply via email to