diff options
author | Olivier Mauras <olivier@mauras.ch> | 2015-12-11 11:17:36 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-11 12:22:20 +0000 |
commit | 973a7bd6a13cdc35d3db619a44008d976836b3f2 (patch) | |
tree | 57da3ac3cad67853bead0471429ad5ba47878747 /testing/lmdb/lmdb_make.patch | |
parent | fc3e3f3ee05e506a8ff57e9c98d3547c39a4acc8 (diff) | |
download | aports-973a7bd6a13cdc35d3db619a44008d976836b3f2.tar.bz2 aports-973a7bd6a13cdc35d3db619a44008d976836b3f2.tar.xz |
testing/lmdb: New package
Diffstat (limited to 'testing/lmdb/lmdb_make.patch')
-rw-r--r-- | testing/lmdb/lmdb_make.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/lmdb/lmdb_make.patch b/testing/lmdb/lmdb_make.patch new file mode 100644 index 0000000000..ceff5ffd72 --- /dev/null +++ b/testing/lmdb/lmdb_make.patch @@ -0,0 +1,17 @@ +diff --git a/Makefile b/Makefile +index dbb5d69..ec1f881 100644 +--- a/Makefile ++++ b/Makefile +@@ -23,10 +23,10 @@ AR = ar + W = -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized + THREADS = -pthread + OPT = -O2 -g +-CFLAGS = $(THREADS) $(OPT) $(W) $(XCFLAGS) ++CFLAGS = $(THREADS) $(OPT) $(W) $(XCFLAGS) -fPIC + LDLIBS = + SOLIBS = +-prefix = /usr/local ++prefix = /usr + mandir = $(prefix)/man + + ######################################################################## |