mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
wiredtiger: enable zlib/lz4/snappy compression formats (#4106).
This commit is contained in:
parent
830bb27371
commit
c92b2adf23
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'wiredtiger'
|
# Template file for 'wiredtiger'
|
||||||
pkgname=wiredtiger
|
pkgname=wiredtiger
|
||||||
version=2.8.0
|
version=2.8.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-zlib --enable-lz4 --enable-snappy"
|
||||||
|
makedepends="zlib-devel lz4-devel snappy-devel"
|
||||||
short_desc="an high performance, scalable, platform for data management"
|
short_desc="an high performance, scalable, platform for data management"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue