We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e21a2d4 + 2bb862f commit e7ac97dCopy full SHA for e7ac97d
config.w32
@@ -2,9 +2,10 @@
2
3
ARG_ENABLE("mongodb", "MongoDB support", "no");
4
ARG_WITH("mongodb-sasl", "MongoDB: Build against Cyrus-SASL", "yes");
5
-ADD_EXTENSION_DEP("mongodb", "openssl", false);
6
7
if (PHP_MONGODB != "no") {
+ ADD_EXTENSION_DEP("mongodb", "openssl", false);
8
+
9
ADD_FLAG("CFLAGS_MONGODB", " /I" + configure_module_dirname + " /I" + configure_module_dirname + "/src/libmongoc/src/mongoc" + " /I" + configure_module_dirname + "/src/libbson/src/bson/ /I" + configure_module_dirname + "/src/libbson/src /I" + configure_module_dirname + "/src/contrib /D HAVE_MONGODB_SASL=1 /D BSON_COMPILATION=1 /D MONGOC_COMPILATION=1 /D MONGOC_TRACE=1 /D MONGOC_NO_AUTOMATIC_GLOBALS=1 /D BSON_EXTRA_ALIGN=0");
10
EXTENSION("mongodb", "php_phongo.c");
11
ADD_SOURCES(configure_module_dirname + "/src", "bson.c", "mongodb");
0 commit comments