diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-15 13:02:54 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-15 13:02:54 +0100 |
commit | e1bafe86a2d5141a0f0cf5edc4b97202331816a0 (patch) | |
tree | c3a10f0c629b8320c4ff2772fd28a3090e4f29c5 /community/lmdb | |
parent | da6b594c09696721b2b38a5b55c260a2e2b44f00 (diff) | |
download | aports-e1bafe86a2d5141a0f0cf5edc4b97202331816a0.tar.bz2 aports-e1bafe86a2d5141a0f0cf5edc4b97202331816a0.tar.xz |
Revert "community/lmdb: Update to 0.9.20"
This reverts commit 773fdddd1bc257b0500242d0a82c50ffbcf82c69.
It seems that upstream has removed this release...
Diffstat (limited to 'community/lmdb')
-rw-r--r-- | community/lmdb/APKBUILD | 14 | ||||
-rw-r--r-- | community/lmdb/lmdb_make.patch | 5 |
2 files changed, 9 insertions, 10 deletions
diff --git a/community/lmdb/APKBUILD b/community/lmdb/APKBUILD index 3bc78ebd77..d5258632d3 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.20 +pkgver=0.9.18 pkgrel=0 pkgdesc="Lightning Memory-Mapped Database" url="http://symas.com/mdb/" @@ -27,9 +27,9 @@ tools() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr } -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" +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" diff --git a/community/lmdb/lmdb_make.patch b/community/lmdb/lmdb_make.patch index d04d22a16e..1fa82273b0 100644 --- a/community/lmdb/lmdb_make.patch +++ b/community/lmdb/lmdb_make.patch @@ -1,8 +1,8 @@ diff --git a/Makefile b/Makefile -index f254511..72379f1 100644 +index 0940c49..7a47dc2 100644 --- a/Makefile +++ b/Makefile -@@ -23,11 +23,11 @@ AR = ar +@@ -23,10 +23,10 @@ AR = ar W = -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized THREADS = -pthread OPT = -O2 -g @@ -10,7 +10,6 @@ index f254511..72379f1 100644 +CFLAGS = $(THREADS) $(OPT) $(W) $(XCFLAGS) -fPIC LDLIBS = SOLIBS = - SOEXT = .so -prefix = /usr/local +prefix = /usr exec_prefix = $(prefix) |