From defd556f5f5c3dccf8a8de74ad858a15507ad5c5 Mon Sep 17 00:00:00 2001 From: Isaac Garzon Date: Mon, 11 Jul 2022 17:59:48 +0300 Subject: [PATCH] build: force building of the memtable plugin even if it wasn't specified --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 1c3ebfa789..0b3e3e7bdd 100644 --- a/Makefile +++ b/Makefile @@ -230,6 +230,10 @@ dummy := $(shell (export ROCKSDB_ROOT="$(CURDIR)"; \ # this file is generated by the previous line to set build flags and sources include make_config.mk +ifeq ($(strip $(filter speedb,$(ROCKSDB_PLUGINS))),) +ROCKSDB_PLUGINS += speedb +endif + ROCKSDB_PLUGIN_MKS = $(foreach plugin, $(ROCKSDB_PLUGINS), plugin/$(plugin)/*.mk) include $(ROCKSDB_PLUGIN_MKS) ROCKSDB_PLUGIN_PROTO =ROCKSDB_NAMESPACE::ObjectLibrary\&, const std::string\&