]> git.pld-linux.org Git - packages/mongo-c-driver.git/commitdiff
enable ssl, workaround in pecl driver auto/th/mongo-c-driver-1.9.3-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 2 Apr 2018 19:54:39 +0000 (22:54 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 2 Apr 2018 19:54:52 +0000 (22:54 +0300)
https://github.com/mongodb/mongo-php-driver/issues/789

mongo-c-driver.spec

index 8f0656e8f1b95d869c088168bd20786fa7096977..ecfbfa27f4eaf3d03577e106d8cfc7b533ad5348 100644 (file)
@@ -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
This page took 0.172948 seconds and 4 git commands to generate.