Commit cca55a9c authored by Daniel Black's avatar Daniel Black

debian: disable rocksdb on 32bit with valid cmake directive

parent be974e56
...@@ -45,7 +45,7 @@ endif ...@@ -45,7 +45,7 @@ endif
# RocksDB cannot build on 32-bit platforms # RocksDB cannot build on 32-bit platforms
ifeq (32,$(DEB_HOST_ARCH_BITS)) ifeq (32,$(DEB_HOST_ARCH_BITS))
CMAKEFLAGS += -DWITHOUT_ROCKSDB=true CMAKEFLAGS += -DPLUGIN_ROCKSDB=NO
endif endif
# ColumnStore only attempts to build on a few platforms as dictated by CMake checks # ColumnStore only attempts to build on a few platforms as dictated by CMake checks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment