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.
This commit is contained in:
		
							parent
							
								
									a37f4adb94
								
							
						
					
					
						commit
						a469c69508
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1500,7 +1500,7 @@ organized in hash table, B+ tree, or fixed-length array.")
 | 
				
			||||||
                "0krwnb2zfbhvjaskwl875qzd3y626s84zcciq2mxr5c5riw3yh6s"))))
 | 
					                "0krwnb2zfbhvjaskwl875qzd3y626s84zcciq2mxr5c5riw3yh6s"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:configure-flags '("--enable-lz4" "--enable-zlib" "--enable-snappy")
 | 
					     '(#:configure-flags '("--enable-lz4" "--with-builtins=snappy,zlib")
 | 
				
			||||||
       #:phases
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         (add-before 'check 'disable-test/fops
 | 
					         (add-before 'check 'disable-test/fops
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue