Skip to content

Commit

Permalink
disable bzip2, lzma, and lzo explicitly in debian release builds
Browse files Browse the repository at this point in the history
we don't build debian release builds with them anyway,
but let's make it explicit, independently on what happens to be
installed on the builder.
  • Loading branch information
vuvova committed Aug 31, 2021
1 parent ceb40ef commit 1597b3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/build_configurations/mysql_release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ ELSEIF(DEB)
SET(WITH_LIBWRAP ON)
SET(HAVE_EMBEDDED_PRIVILEGE_CONTROL ON)
SET(WITH_JEMALLOC "yes" CACHE STRING "")
SET(WITH_INNODB_BZIP2 OFF CACHE STRING "")
SET(WITH_INNODB_LZMA OFF CACHE STRING "")
SET(WITH_INNODB_LZO OFF CACHE STRING "")
SET(WITH_ROCKSDB_BZip2 OFF CACHE STRING "")
ELSE()
SET(WITH_SSL bundled CACHE STRING "")
SET(WITH_PCRE bundled CACHE STRING "")
Expand Down

0 comments on commit 1597b3d

Please sign in to comment.