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-2988: C: Include required libraries in Libs.private #1019

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Hugmeir
Copy link

@Hugmeir Hugmeir commented Nov 23, 2020

Changes this:

; pkg-config --libs --static avro-c
-L/install/dir -lavro

Into this:

; pkg-config --libs --static avro-c
-L/install/dir -lavro -lzma -ljansson -lpthreads

Assuming those are needed to link statically; pthreads may
or may not be there depending on the system, and so on.

Changes this:

    ; pkg-config --libs --static avro-c
    -L/install/dir -lavro

Into this:

    ; pkg-config --libs --static avro-c
    -L/install/dir -lavro -lzma -ljansson -lpthreads

Assuming those are needed to link statically; pthreads may
or may not be there depending on the system, and so on.
@github-actions github-actions bot added the C label Nov 23, 2020
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