[CDRIVER-2293] Add zlib and snappy linker flags if needed in CMake and pkg-config files Created: 19/Sep/17 Updated: 28/Oct/23 Resolved: 16/Nov/17 |
|
| Status: | Closed |
| Project: | C Driver |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.8.2 |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Hannes Magnusson | Assignee: | A. Jesse Jiryu Davis |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Our Autotools build system's approach to providing snappy and zlib on systems where they are not already installed, was to vendor their source files, then build the libraries and install them in system library paths along with libmongoc at build time. Eventually we shouldn't do this ( |
| Comments |
| Comment by Githook User [ 16/Nov/17 ] |
|
Author: {'name': 'A. Jesse Jiryu Davis', 'username': 'ajdavis', 'email': 'jesse@mongodb.com'}Message: Preparing to unbundle snappy entirely. Removing these files, including |
| Comment by Githook User [ 16/Nov/17 ] |
|
Author: {'name': 'A. Jesse Jiryu Davis', 'username': 'ajdavis', 'email': 'jesse@mongodb.com'}Message: When we bundle zlib and/or snappy, currently the Autotools build system This patch adds the full path to zlib/snappy in the CMake config file. This is a temporary workaround until we fully vendor zlib/snappy in |
| Comment by Githook User [ 16/Nov/17 ] |
|
Author: {'name': 'A. Jesse Jiryu Davis', 'username': 'ajdavis', 'email': 'jesse@mongodb.com'}Message: |
| Comment by Githook User [ 16/Nov/17 ] |
|
Author: {'name': 'A. Jesse Jiryu Davis', 'username': 'ajdavis', 'email': 'jesse@mongodb.com'}Message: When we bundle zlib and/or snappy, currently the Autotools build system This patch adds the full path to zlib/snappy in the CMake config file. This is a temporary workaround until we fully vendor zlib/snappy in |
| Comment by Githook User [ 16/Nov/17 ] |
|
Author: {'name': 'A. Jesse Jiryu Davis', 'username': 'ajdavis', 'email': 'jesse@mongodb.com'}Message: When we bundle zlib and/or snappy, currently the Autotools build system This patch adds the full path to zlib/snappy in the CMake config file. This is a temporary workaround until we fully vendor zlib/snappy in |
| Comment by Githook User [ 13/Nov/17 ] |
|
Author: {'name': 'A. Jesse Jiryu Davis', 'username': 'ajdavis', 'email': 'jesse@mongodb.com'}Message: Preparing to unbundle snappy entirely. Removing these files, including |