diff options
author | Olivier Mauras <olivier@mauras.ch> | 2017-01-12 11:15:35 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-15 12:56:47 +0100 |
commit | 773fdddd1bc257b0500242d0a82c50ffbcf82c69 (patch) | |
tree | 46c0d9ada81a88cb39eafdf0b6a786d9d9b0fa5d /community/lmdb | |
parent | 6f02da3b116ac9d5aeddf01a0a8d4875dc0e859c (diff) | |
download | aports-773fdddd1bc257b0500242d0a82c50ffbcf82c69.tar.bz2 aports-773fdddd1bc257b0500242d0a82c50ffbcf82c69.tar.xz |
community/lmdb: Update to 0.9.20
Diffstat (limited to 'community/lmdb')
-rw-r--r-- | community/lmdb/APKBUILD | 14 | ||||
-rw-r--r-- | community/lmdb/lmdb_make.patch | 5 |
2 files changed, 10 insertions, 9 deletions
diff --git a/community/lmdb/APKBUILD b/community/lmdb/APKBUILD index 68ea44b130..ed41ed40ee 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.20 pkgrel=0 pkgdesc="Lightning Memory-Mapped Database" url="http://symas.com/mdb/" @@ -42,9 +42,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="527f60f8f28d9322c32aacb089fe1931 LMDB_0.9.20.tar.gz +e2e6b59c189f969fb3e54165276c83df lmdb_make.patch" +sha256sums="8ae77a093352d3e894fdfaa387266fc650a04746429cdf303b3d93fd0751d971 LMDB_0.9.20.tar.gz +6ee8c9a687d4adedb210c4466bd26354d431c4ba20f40b03b53005908c55aef3 lmdb_make.patch" +sha512sums="72fe05f315be6380d100f1d0d9cb1f80357222b60ea0b1d6f57c910d94167ef6a89acb9887e1eee3f75dfd3bcde2d9e0952272ed486268e8f37c25b7f7f0be77 LMDB_0.9.20.tar.gz +e0c34be5f7f3920f56c366d0b4f06e953291209ac3486463ae5cb1545820c3d8ddf9a536666a6472bae1921b503b002dca8b14ff5958161ac38dcf953ed9bc42 lmdb_make.patch" diff --git a/community/lmdb/lmdb_make.patch b/community/lmdb/lmdb_make.patch index 1fa82273b0..d04d22a16e 100644 --- a/community/lmdb/lmdb_make.patch +++ b/community/lmdb/lmdb_make.patch @@ -1,8 +1,8 @@ diff --git a/Makefile b/Makefile -index 0940c49..7a47dc2 100644 +index f254511..72379f1 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) |