Package: rocksdb / 4.5.1-2

install_dir-is-destdir.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: install to DESTDIR
 .
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>

---

--- rocksdb-3.11.2.orig/Makefile
+++ rocksdb-3.11.2/Makefile
@@ -838,6 +838,7 @@ ldb: tools/ldb.o $(LIBOBJECTS)
 
 #-------------------------------------------------
 # make install related stuff
+INSTALL_PATH = $(DESTDIR)
 INSTALL_PATH ?= /usr/local
 
 uninstall: