Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
; grep Requires src/avro-c.pc.in Requires: @CODEC_PKG@
CODEC_PKG is defined in CMakeLists.txt as
grep CODEC_PKG CMakeLists.txt
set(CODEC_PKG "@ZLIB_PKG@ @LZMA_PKG@ @SNAPPY_PKG@")
Which leaves the final `avro-c.pc` with `Requires: @ZLIB_PKG@` and so on; this then causes every use of `pkg-config --exists avro-c` to fail, since it can never resolve the required dependencies.
Attachments
Issue Links
- is duplicated by
-
AVRO-3932 [C]: fix variable reference in CMakeLists.txt
- Resolved
- links to