Commit 4daf9d7c authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-27364 Build from 10.2-10.4 srpm fails on RHEL8 family due to discrepancy...

MDEV-27364 Build from 10.2-10.4 srpm fails on RHEL8 family due to discrepancy in jemalloc requirements

pass jemalloc requirement down to srpm build
parent 42fea34d
...@@ -333,6 +333,7 @@ ENDMACRO() ...@@ -333,6 +333,7 @@ ENDMACRO()
ADDIF(CMAKE_BUILD_TYPE) ADDIF(CMAKE_BUILD_TYPE)
ADDIF(BUILD_CONFIG) ADDIF(BUILD_CONFIG)
ADDIF(WITH_SSL) ADDIF(WITH_SSL)
ADDIF(WITH_JEMALLOC)
ENDIF() ENDIF()
ENDIF(RPM) ENDIF(RPM)
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