diff options
author | Olivier Mauras <olivier@mauras.ch> | 2016-08-31 16:51:25 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-31 17:06:49 +0200 |
commit | 03ee1502d42b8ba84b3e97ca7b31843f06bd3af9 (patch) | |
tree | 3f685bfc506dd69f1357a65d892358545724ecd3 /community/lmdb/lmdb_make.patch | |
parent | 48e3323f8b5ea7933b645dd966b5b0fd1df2037a (diff) | |
download | aports-03ee1502d42b8ba84b3e97ca7b31843f06bd3af9.tar.bz2 aports-03ee1502d42b8ba84b3e97ca7b31843f06bd3af9.tar.xz |
community/lmdb: Update to 0.9.18
Diffstat (limited to 'community/lmdb/lmdb_make.patch')
-rw-r--r-- | community/lmdb/lmdb_make.patch | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/community/lmdb/lmdb_make.patch b/community/lmdb/lmdb_make.patch index b5b2bafa4e..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 dbb5d69..149bdbf 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 @@ -11,18 +11,7 @@ index dbb5d69..149bdbf 100644 LDLIBS = SOLIBS = -prefix = /usr/local --mandir = $(prefix)/man +prefix = /usr -+mandir = $(prefix)/share/man - - ######################################################################## - -@@ -42,7 +42,7 @@ install: $(ILIBS) $(IPROGS) $(IHDRS) - mkdir -p $(DESTDIR)$(prefix)/bin - mkdir -p $(DESTDIR)$(prefix)/lib - mkdir -p $(DESTDIR)$(prefix)/include -- mkdir -p $(DESTDIR)$(prefix)/man/man1 -+ mkdir -p $(DESTDIR)$(mandir)/man1 - for f in $(IPROGS); do cp $$f $(DESTDIR)$(prefix)/bin; done - for f in $(ILIBS); do cp $$f $(DESTDIR)$(prefix)/lib; done - for f in $(IHDRS); do cp $$f $(DESTDIR)$(prefix)/include; done + exec_prefix = $(prefix) + bindir = $(exec_prefix)/bin + libdir = $(exec_prefix)/lib |