diff options
author | daveh86 <howsdav@gmail.com> | 2015-03-17 16:51:31 +1100 |
---|---|---|
committer | daveh86 <howsdav@gmail.com> | 2015-03-17 16:51:31 +1100 |
commit | 2f43a83058a24847e2eefae3cff88812415db15e (patch) | |
tree | e7056eed878fbc7bcf7afac56588e66a36f97dfc /build_posix | |
parent | da51481abd70cc58ef61beb120ec7e46ae84c61a (diff) | |
download | mongo-2f43a83058a24847e2eefae3cff88812415db15e.tar.gz |
Add changes to enable builtin build of lz4
Diffstat (limited to 'build_posix')
-rw-r--r-- | build_posix/Make.base | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_posix/Make.base b/build_posix/Make.base index 51a8e77cebe..9921d20974f 100644 --- a/build_posix/Make.base +++ b/build_posix/Make.base @@ -73,6 +73,9 @@ endif if HAVE_BUILTIN_EXTENSION_ZLIB libwiredtiger_la_LIBADD += ext/compressors/zlib/libwiredtiger_zlib.la endif +if HAVE_BUILTIN_EXTENSION_LZ4 +libwiredtiger_la_LIBADD += ext/compressors/lz4/libwiredtiger_lz4.la +endif libwiredtiger_static_la_LIBADD=$(libwiredtiger_la_LIBADD) libwiredtiger_static_la_SOURCES=$(libwiredtiger_la_SOURCES) |