rocksdb: Add env/ as an include path
Recent versions of RocksDB have moved the env plugins to the env/ directory from util/ Change-Id: Ie9478e871e9e656721aa963bc92183636e567f00 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/366699 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
parent
5b3bc8bd6e
commit
e2a5855afd
@ -37,7 +37,7 @@ include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
|
||||
include $(SPDK_ROOT_DIR)/mk/spdk.app.mk
|
||||
include $(SPDK_ROOT_DIR)/mk/spdk.modules.mk
|
||||
|
||||
CXXFLAGS += -I$(SPDK_DIR)/include -Iutil/
|
||||
CXXFLAGS += -I$(SPDK_DIR)/include -Iutil/ -Ienv/
|
||||
|
||||
# The SPDK makefiles turn this on, but RocksDB won't compile with it. So
|
||||
# turn it off after including the SPDK makefiles.
|
||||
|
Loading…
x
Reference in New Issue
Block a user