gnu: Build wiredtiger with builtin compressors.

WiredTiger is used by MongoDB, and it seems to require it to be built with
builtin support for snappy compression.

* gnu/packages/databases.scm (wiredtiger)[arguments]: Replace --enable-zlib
  and --enable-snappy with --with-builtins=snappy,zlib.
master
Christopher Baines 2017-12-27 10:18:17 +00:00
parent a37f4adb94
commit a469c69508
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 1 deletions

View File

@ -1500,7 +1500,7 @@ organized in hash table, B+ tree, or fixed-length array.")
"0krwnb2zfbhvjaskwl875qzd3y626s84zcciq2mxr5c5riw3yh6s"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-lz4" "--enable-zlib" "--enable-snappy")
'(#:configure-flags '("--enable-lz4" "--with-builtins=snappy,zlib")
#:phases
(modify-phases %standard-phases
(add-before 'check 'disable-test/fops