-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mongo-cxx-driver] update to 3.9.0 (#34994)
* update to 3.9.0 * update version * update libbson * update version * Fix static compilation issue * update version * patch * update version * patch * update version
- Loading branch information
1 parent
42f810b
commit 939eaca
Showing
17 changed files
with
174 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,13 @@ | ||
diff --git a/src/libbson/CMakeLists.txt b/src/libbson/CMakeLists.txt | ||
index 88de79a..c3cfd7e 100644 | ||
index e3eaca4..ef3644b 100644 | ||
--- a/src/libbson/CMakeLists.txt | ||
+++ b/src/libbson/CMakeLists.txt | ||
@@ -347,7 +347,7 @@ if (ENABLE_EXAMPLES) | ||
endif () # ENABLE_EXAMPLES | ||
@@ -302,7 +302,7 @@ endif () # ENABLE_EXAMPLES | ||
# 8888888 888 888 88888P' "Y888 "Y888888 888 888 | ||
|
||
set (BSON_HEADER_INSTALL_DIR | ||
- "${CMAKE_INSTALL_INCLUDEDIR}/libbson-${BSON_API_VERSION}" | ||
+ "${CMAKE_INSTALL_INCLUDEDIR}" | ||
) | ||
|
||
if (MONGOC_ENABLE_STATIC_INSTALL) | ||
diff --git a/src/libbson/src/libbson-1.0.pc.in b/src/libbson/src/libbson-1.0.pc.in | ||
index b65abbc..33346f3 100644 | ||
--- a/src/libbson/src/libbson-1.0.pc.in | ||
+++ b/src/libbson/src/libbson-1.0.pc.in | ||
@@ -7,4 +7,4 @@ Name: libbson | ||
Description: The libbson BSON serialization library. | ||
Version: @VERSION@ | ||
Libs: -L${libdir} -lbson-@BSON_API_VERSION@ | ||
-Cflags: -I${includedir}/libbson-@BSON_API_VERSION@ | ||
+Cflags: -I${includedir} | ||
diff --git a/src/libbson/src/libbson-static-1.0.pc.in b/src/libbson/src/libbson-static-1.0.pc.in | ||
index 6ee58d0..e03a95b 100644 | ||
--- a/src/libbson/src/libbson-static-1.0.pc.in | ||
+++ b/src/libbson/src/libbson-static-1.0.pc.in | ||
@@ -7,4 +7,4 @@ Name: libbson static archive | ||
Description: The libbson BSON serialization library. | ||
Version: @VERSION@ | ||
Libs: -L${libdir} -lbson-static-@BSON_API_VERSION@ @LIBBSON_LIBRARIES@ | ||
-Cflags: -I${includedir}/libbson-@BSON_API_VERSION@ -DBSON_STATIC | ||
+Cflags: -I${includedir} -DBSON_STATIC | ||
function(install_export_target target) | ||
# Tell pkg-config where the headers are going: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.