Skip to content

Commit

Permalink
MDEV-27364 Build from 10.2-10.4 srpm fails on RHEL8 family due to dis…
Browse files Browse the repository at this point in the history
…crepancy in jemalloc requirements

pass jemalloc requirement down to srpm build
  • Loading branch information
vuvova committed Dec 27, 2021
1 parent 42fea34 commit 4daf9d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/cpack_rpm.cmake
Expand Up @@ -333,6 +333,7 @@ ENDMACRO()
ADDIF(CMAKE_BUILD_TYPE)
ADDIF(BUILD_CONFIG)
ADDIF(WITH_SSL)
ADDIF(WITH_JEMALLOC)

ENDIF()
ENDIF(RPM)

0 comments on commit 4daf9d7

Please sign in to comment.