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 2022/07/30 12:07:57 UTC

[GitHub] [doris] BiteTheDDDDt commented on pull request #11353: [fix] fix compile error: missing libbrpc.a

BiteTheDDDDt commented on PR #11353:
URL: https://github.com/apache/doris/pull/11353#issuecomment-1200146196

   brpc will build both shared and static
   
   
   
   
   
   ------------------ Original ------------------
   From: yiguolei ***@***.***&gt;
   Date: Sat,Jul 30,2022 8:05 PM
   To: apache/doris ***@***.***&gt;
   Cc: Pxl ***@***.***&gt;, Comment ***@***.***&gt;
   Subject: Re: [apache/doris] [fix] fix compile error: missing libbrpc.a (PR #11353)
   
   
   
   
   
   
   @yiguolei commented on this pull request.
   
   
   In thirdparty/build-thirdparty.sh:
   &gt; @@ -345,7 +345,7 @@ build_protobuf() {         ldflags="-L${TP_LIB_DIR} -static-libstdc++ -static-libgcc -Wl,--undefined=pthread_create"     fi -    CXXFLAGS="-O2 -I${TP_INCLUDE_DIR}" \+    CXXFLAGS="-fPIC -O2 -I${TP_INCLUDE_DIR}" \
   why add -fPIC here? I find pxl do remove it few days ago.
   
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you commented.Message ID: ***@***.***&gt;


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