-
Type: New Feature
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: packaging
-
None
To compile and link against the static libraries for libbson and libmongoc, it is necessary to set certain preprocesor definitions, and link to differently named libraries. Distribute separate pkg-config files that provide these flags.
(Note: the pkg-config --static option sounds like it should do this, but it serves a different purpose.)
Distribute:
- libbson-1.0.pc
- libbson-static-1.0.pc
- libmongoc-1.0.pc
- libmongoc-static-1.0.pc
- libmongoc-ssl-1.0.pc
- is depended on by
-
CXX-1257 Revise static library naming and link configuration
- Development Complete
- is related to
-
CDRIVER-2054 Windows static build is broken in 1.5.0
- Closed