aboutsummaryrefslogtreecommitdiffstats
path: root/community/lmdb/lmdb_make.patch
diff options
context:
space:
mode:
authorOlivier Mauras <olivier@mauras.ch>2017-01-12 11:15:35 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-01-15 12:56:47 +0100
commit773fdddd1bc257b0500242d0a82c50ffbcf82c69 (patch)
tree46c0d9ada81a88cb39eafdf0b6a786d9d9b0fa5d /community/lmdb/lmdb_make.patch
parent6f02da3b116ac9d5aeddf01a0a8d4875dc0e859c (diff)
downloadaports-773fdddd1bc257b0500242d0a82c50ffbcf82c69.tar.bz2
aports-773fdddd1bc257b0500242d0a82c50ffbcf82c69.tar.xz
community/lmdb: Update to 0.9.20
Diffstat (limited to 'community/lmdb/lmdb_make.patch')
-rw-r--r--community/lmdb/lmdb_make.patch5
1 files changed, 3 insertions, 2 deletions
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)