0dbf77f
diff -up mongo-cxx-driver-r3.3.1/src/bsoncxx/config/libbsoncxx.pc.in.paths mongo-cxx-driver-r3.3.1/src/bsoncxx/config/libbsoncxx.pc.in
0dbf77f
--- mongo-cxx-driver-r3.3.1/src/bsoncxx/config/libbsoncxx.pc.in.paths	2018-09-12 13:55:16.091467339 +0200
0dbf77f
+++ mongo-cxx-driver-r3.3.1/src/bsoncxx/config/libbsoncxx.pc.in	2018-09-12 13:56:14.720252443 +0200
0dbf77f
@@ -12,9 +12,8 @@
0dbf77f
 # See the License for the specific language governing permissions and
0dbf77f
 # limitations under the License.
0dbf77f
 
0dbf77f
-prefix=@CMAKE_INSTALL_PREFIX@
0dbf77f
-includedir=${prefix}/include
0dbf77f
-libdir=${prefix}/lib
0dbf77f
+includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@
0dbf77f
+libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
0dbf77f
 
0dbf77f
 Name: libbsoncxx
0dbf77f
 Description: The MongoDB C++11 BSON Library
0dbf77f
diff -up mongo-cxx-driver-r3.3.1/src/mongocxx/config/libmongocxx.pc.in.paths mongo-cxx-driver-r3.3.1/src/mongocxx/config/libmongocxx.pc.in
0dbf77f
--- mongo-cxx-driver-r3.3.1/src/mongocxx/config/libmongocxx.pc.in.paths	2018-09-12 13:49:16.872657001 +0200
0dbf77f
+++ mongo-cxx-driver-r3.3.1/src/mongocxx/config/libmongocxx.pc.in	2018-09-12 13:54:44.081038680 +0200
0dbf77f
@@ -12,9 +12,8 @@
0dbf77f
 # See the License for the specific language governing permissions and
0dbf77f
 # limitations under the License.
0dbf77f
 
0dbf77f
-prefix=@CMAKE_INSTALL_PREFIX@
0dbf77f
-includedir=${prefix}/include
0dbf77f
-libdir=${prefix}/lib
0dbf77f
+includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@
0dbf77f
+libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
0dbf77f
 
0dbf77f
 Name: libmongocxx
0dbf77f
 Description: The MongoDB C++11 Driver Library