our release packages on rhel8 use bundled readline

for historical reasons, but we keep doing it for compatibility
This commit is contained in:
Sergei Golubchik
2024-10-14 13:09:20 +02:00
parent 5777d9f282
commit d5f5062a48

View File

@ -117,6 +117,9 @@ ELSEIF(RPM)
SET(WITH_ROCKSDB_LZ4 OFF CACHE STRING "")
SET(GRN_WITH_LZ4 no CACHE STRING "")
ENDIF()
IF(RPM MATCHES "rhel8")
SET(WITH_READLINE ON CACHE BOOL "")
ENDIF()
ELSEIF(DEB)
SET(WITH_SSL system CACHE STRING "")
SET(WITH_ZLIB system CACHE STRING "")