File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ if test "$PHP_MONGODB" != "no"; then
294294 AC_SUBST ( MONGOC_CC )
295295
296296 dnl Generated with: find src/libmongoc/src/common -name '*.c' -print0 | cut -sz -d / -f 5- | sort -z | tr '\000' ' '
297- PHP_MONGODB_COMMON_SOURCES="common-b64.c"
297+ PHP_MONGODB_COMMON_SOURCES="common-b64.c common-md5.c "
298298
299299 dnl Generated with: find src/libmongoc/src/libbson/src/bson -name '*.c' -print0 | cut -sz -d / -f 7- | sort -z | tr '\000' ' '
300300 PHP_MONGODB_BSON_SOURCES="bcon.c bson-atomic.c bson.c bson-clock.c bson-context.c bson-decimal128.c bson-error.c bson-fnv.c bson-iso8601.c bson-iter.c bson-json.c bson-keys.c bson-md5.c bson-memory.c bson-oid.c bson-reader.c bson-string.c bson-timegm.c bson-utf8.c bson-value.c bson-version-functions.c bson-writer.c"
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ if (PHP_MONGODB != "no") {
7575 PHP_MONGODB_CFLAGS = PHP_MONGODB_CFLAGS . replace ( / \s + / g, ' ' ) ;
7676
7777 // Generated with: find src/libmongoc/src/common -name '*.c' -print0 | cut -sz -d / -f 5- | sort -z | tr '\000' ' '
78- var PHP_MONGODB_COMMON_SOURCES = "common-b64.c"
78+ var PHP_MONGODB_COMMON_SOURCES = "common-b64.c common-md5.c "
7979
8080 // Generated with: find src/libmongoc/src/libbson/src/bson -name '*.c' -print0 | cut -sz -d / -f 7- | sort -z | tr '\000' ' '
8181 var PHP_MONGODB_BSON_SOURCES = "bcon.c bson-atomic.c bson.c bson-clock.c bson-context.c bson-decimal128.c bson-error.c bson-fnv.c bson-iso8601.c bson-iter.c bson-json.c bson-keys.c bson-md5.c bson-memory.c bson-oid.c bson-reader.c bson-string.c bson-timegm.c bson-utf8.c bson-value.c bson-version-functions.c bson-writer.c" ;
You can’t perform that action at this time.
0 commit comments