lmdb: update to 0.9.28
This commit is contained in:
parent
4b0068232c
commit
ff430634cb
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'lmdb'
|
||||
pkgname=lmdb
|
||||
version=0.9.24
|
||||
version=0.9.28
|
||||
revision=1
|
||||
wrksrc="lmdb-LMDB_${version}"
|
||||
short_desc="Lightning Memory-Mapped Database Manager"
|
||||
|
@ -8,11 +8,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="OLDAP-2.8"
|
||||
homepage="http://symas.com/mdb/"
|
||||
distfiles="https://github.com/LMDB/lmdb/archive/LMDB_${version}.tar.gz"
|
||||
checksum=44602436c52c29d4f301f55f6fd8115f945469b868348e3cddaf91ab2473ea26
|
||||
checksum=47457d3d3ae2c489b52078a07e9f55ec6e094b48c2204029c7754e2972fe1882
|
||||
|
||||
post_extract() {
|
||||
sed -i 's,man/man1,share/&,' libraries/liblmdb/Makefile
|
||||
}
|
||||
do_build() {
|
||||
cd libraries/liblmdb
|
||||
make ${makejobs} XCFLAGS="$CFLAGS" CC="$CC"
|
||||
|
|
Loading…
Reference in New Issue