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

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


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to