[packages/mongo-c-driver] enable ssl, workaround in pecl driver

glen glen at pld-linux.org
Mon Apr 2 21:55:09 CEST 2018


commit 78613091ab0079ebfdde0ae03df0263117a0827c
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Mon Apr 2 22:54:39 2018 +0300

    enable ssl, workaround in pecl driver
    
    https://github.com/mongodb/mongo-php-driver/issues/789

 mongo-c-driver.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mongo-c-driver.spec b/mongo-c-driver.spec
index 8f0656e..ecfbfa2 100644
--- a/mongo-c-driver.spec
+++ b/mongo-c-driver.spec
@@ -2,8 +2,8 @@
 # Conditional build:
 %bcond_with	tests		# build with tests
 %bcond_with	doc		# build docs
-%bcond_without	sasl		# Use libsasl for Kerberos.
-%bcond_with	ssl		# Enable TLS connections and SCRAM-SHA-1 authentication.
+%bcond_with	sasl		# Use libsasl for Kerberos.
+%bcond_without	ssl		# Enable TLS connections and SCRAM-SHA-1 authentication.
 
 # NOTE about arch:
 # See https://jira.mongodb.org/browse/CDRIVER-1186
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mongo-c-driver.git/commitdiff/78613091ab0079ebfdde0ae03df0263117a0827c



More information about the pld-cvs-commit mailing list