aboutsummaryrefslogtreecommitdiffstats
path: root/community/lmdb
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-01-15 13:08:32 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-01-15 13:09:08 +0100
commit71d2fd7940d5437760e8daad78e9f78378a6cd12 (patch)
tree31af2b49935ef92001d97f7f2d8528c293684be4 /community/lmdb
parente1bafe86a2d5141a0f0cf5edc4b97202331816a0 (diff)
downloadaports-71d2fd7940d5437760e8daad78e9f78378a6cd12.tar.bz2
aports-71d2fd7940d5437760e8daad78e9f78378a6cd12.tar.xz
community/lmdb: upgrade to 0.9.19
Diffstat (limited to 'community/lmdb')
-rw-r--r--community/lmdb/APKBUILD14
-rw-r--r--community/lmdb/lmdb_make.patch3
2 files changed, 9 insertions, 8 deletions
diff --git a/community/lmdb/APKBUILD b/community/lmdb/APKBUILD
index d5258632d3..6de9e604ed 100644
--- a/community/lmdb/APKBUILD
+++ b/community/lmdb/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Olivier Mauras <olivier@mauras.ch>
# Maintainer: Olivier Mauras <olivier@mauras.ch>
pkgname=lmdb
-pkgver=0.9.18
+pkgver=0.9.19
pkgrel=0
pkgdesc="Lightning Memory-Mapped Database"
url="http://symas.com/mdb/"
@@ -27,9 +27,9 @@ tools() {
mv "$pkgdir"/usr/bin "$subpkgdir"/usr
}
-md5sums="8b7eeb8a6c30b2763581de455d10441b LMDB_0.9.18.tar.gz
-b7f2fe7bd4c0519c8ade94f74555c0b5 lmdb_make.patch"
-sha256sums="dd35b471d6eea84f48f2feece13d121abf59ef255308b8624a36223ffbdf9989 LMDB_0.9.18.tar.gz
-fdf996128602440342d8cb4583c93ca55bc92c498200ca07b436858850815525 lmdb_make.patch"
-sha512sums="394e88d99d446eb30771d7cf7a661584683a0d6d8e976cc561b5eecbb2a5d0817bbd59994002afa4eae6c86a39f05f50ebc2eff77cd70dd8c67225df4611f5e6 LMDB_0.9.18.tar.gz
-bce8363291cac22b4721181937e2e2504b88916f433813a84db86da9d5e8cbeb7e7b520d9925e9d51c5d6099b158479f1de3abbfa5556f720c5170fb8c44fab7 lmdb_make.patch"
+md5sums="3fedea4a16676b7585b025349b3201c4 LMDB_0.9.19.tar.gz
+4c45f73c0779451e07b2e3360aa5e719 lmdb_make.patch"
+sha256sums="108532fb94c6f227558d45be3f3347b52539f0f58290a7bb31ec06c462d05326 LMDB_0.9.19.tar.gz
+6287fb65f197079e1ad1f51255effc0f6f5f5179dd0aa106fc21f5b8265e5682 lmdb_make.patch"
+sha512sums="1d9825f09592ad92a540a1dec232cf6649f41cc67b0d59dc8958a71f4090f347c84995f32a166e2c2efecb862981f455814dd07af99bc3489e42fe3fd8bc6191 LMDB_0.9.19.tar.gz
+151022cad94d2138146e3cd36622171f07fb03cc66d116ac9ce766c61a8b1aa65b521bfda88b27456204f53ecd430bdeddb4d7786956a12ed0cd53f8323ffd03 lmdb_make.patch"
diff --git a/community/lmdb/lmdb_make.patch b/community/lmdb/lmdb_make.patch
index 1fa82273b0..deb49ee76b 100644
--- a/community/lmdb/lmdb_make.patch
+++ b/community/lmdb/lmdb_make.patch
@@ -2,7 +2,7 @@ diff --git a/Makefile b/Makefile
index 0940c49..7a47dc2 100644
--- a/Makefile
+++ b/Makefile
-@@ -23,10 +23,10 @@ AR = ar
+@@ -23,11 +23,11 @@ AR = ar
W = -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized
THREADS = -pthread
OPT = -O2 -g
@@ -10,6 +10,7 @@ index 0940c49..7a47dc2 100644
+CFLAGS = $(THREADS) $(OPT) $(W) $(XCFLAGS) -fPIC
LDLIBS =
SOLIBS =
+ SOEXT = .so
-prefix = /usr/local
+prefix = /usr
exec_prefix = $(prefix)