Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVRO-2990: Fixes for jansson for pkg-config #1021

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Hugmeir
Copy link

@Hugmeir Hugmeir commented Nov 23, 2020

No description provided.

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
@github-actions github-actions bot added the C label Nov 23, 2020
@Hugmeir
Copy link
Author

Hugmeir commented Nov 23, 2020

Note that this includes #1018, so that should be resolved first.

Hugmeir added a commit to Hugmeir/p5-alien-libavro_c that referenced this pull request Nov 25, 2020
    apache/avro#1018
    apache/avro#1019
    apache/avro#1020
    apache/avro#1021

Plus a patch to speed up compilation by skipping compiling
the test binaries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant