You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by GitBox <gi...@apache.org> on 2020/11/23 18:46:32 UTC

[GitHub] [avro] Hugmeir opened a new pull request #1018: AVRO-2987: pkg-config has a broken `Requires:` section

Hugmeir opened a new pull request #1018:
URL: https://github.com/apache/avro/pull/1018


   Code was expecting a double-interpolation from cmake which didn't
   happen, leaving the Requires section like this:
   
       Requires: @ZLIB_PKG@ @LZMA_PKG@ @SNAPPY_PKG@
   
   This patch fixes that:
   
       Requires: zlib liblzma
   


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

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



[GitHub] [avro] gscteam commented on pull request #1018: AVRO-2987: pkg-config has a broken `Requires:` section

Posted by GitBox <gi...@apache.org>.
gscteam commented on pull request #1018:
URL: https://github.com/apache/avro/pull/1018#issuecomment-744742161


   I am running in the same issue, when can this be merged ?


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

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