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
294
294
AC_SUBST ( MONGOC_CC )
295
295
296
296
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 "
298
298
299
299
dnl Generated with: find src/libmongoc/src/libbson/src/bson -name '*.c' -print0 | cut -sz -d / -f 7- | sort -z | tr '\000' ' '
300
300
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") {
75
75
PHP_MONGODB_CFLAGS = PHP_MONGODB_CFLAGS . replace ( / \s + / g, ' ' ) ;
76
76
77
77
// 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 "
79
79
80
80
// Generated with: find src/libmongoc/src/libbson/src/bson -name '*.c' -print0 | cut -sz -d / -f 7- | sort -z | tr '\000' ' '
81
81
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