mirror of
https://github.com/MariaDB/server.git
synced 2025-08-17 21:39:33 +00:00
our release packages on rhel8 use bundled readline
for historical reasons, but we keep doing it for compatibility
This commit is contained in:
@ -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 "")
|
||||
|
Reference in New Issue
Block a user