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/lmdb_make.patch | |
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/lmdb_make.patch')
-rw-r--r-- | community/lmdb/lmdb_make.patch | 5 |
1 files changed, 2 insertions, 3 deletions
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) |