Hugmeir opened a new pull request #1019:
URL: https://github.com/apache/avro/pull/1019
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.
----------------------------------------------------------------
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]