summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-08-08 15:26:12 +0200
committerRemi Collet <fedora@famillecollet.com>2016-08-08 15:26:12 +0200
commit7c3008b396433f6ac9bd8f7adbe22e520f24d9dc (patch)
treec50b24a4d9e86ea707852ae1c20ac41f0eb78d54
parent4852cb18c47770b77a79ea82d0c7d7b4d3d618b9 (diff)
mongo-c-driver: no exp. features
-rw-r--r--mongo-c-driver-dev.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/mongo-c-driver-dev.spec b/mongo-c-driver-dev.spec
index bcfdc54..00df492 100644
--- a/mongo-c-driver-dev.spec
+++ b/mongo-c-driver-dev.spec
@@ -21,7 +21,6 @@
# in MongoDB 3.2, and support is being removed in 3.4.
%global with_tests 0%{?_with_tests:1}
%endif
-%global with_tests 0
Name: mongo-c-driver
Summary: Client library written in C for MongoDB
@@ -89,6 +88,12 @@ rm -r src/libbson
sed -e 's/libbson-1.0 >= \$MONGOC_RELEASED_VERSION/libbson-1.0 >= %{bsonver}/' \
-i configure
+# Temporary for https://jira.mongodb.org/browse/CDRIVER-1457
+sed -e '/mongoc_client_pool_set_appname/d' \
+ -e '/mongoc_client_set_appname/d' \
+ -e '/mongoc_metadata_append/d' \
+ -i src/libmongoc.symbols
+
%build
export LIBS=-lpthread
@@ -99,7 +104,6 @@ export LIBS=-lpthread
--enable-shm-counters \
--disable-automatic-init-and-cleanup \
--enable-system-crypto-profile \
- --enable-experimental-features \
%if %{with_tests}
--enable-tests \
%else
@@ -172,7 +176,7 @@ exit $ret
* Mon Aug 8 2016 Remi Collet <remi@fedoraproject.org> - 1.4.0-0.1.beta1
- update to 1.4.0-beta1
- build with --enable-system-crypto-profile option
-- build with --enable-experimental-features option
+- open https://jira.mongodb.org/browse/CDRIVER-1457 (symbols)
* Mon May 16 2016 Remi Collet <remi@fedoraproject.org> - 1.3.5-2
- add patch to enforce system crypto policies