Hugmeir opened a new pull request #1020:
URL: https://github.com/apache/avro/pull/1020
Google explicitly is not supporting that:
https://github.com/google/snappy/pull/86
Which leaves us users in a somewhat precarious state; if users
of snappy, like avro, try to include it as a requirement in
their pkg-config, they need to start special-casing for each
possible packager.
Currently `libsnappy` ends up in the generated `Requires` section,
which causes any use of `pkg-config --exists avro-c` to return
a non-zero status on a huge chunk of platforms.
This commit removes `libsnappy` from the Requires.
----------------------------------------------------------------
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:
[email protected]