Skip to content

Commit

Permalink
MDEV-6264: CentOS missing lsof as dependency for MariaDB-server (10.1)
Browse files Browse the repository at this point in the history
wsrep.cmake should be included before cpack_rpm.cmake as it defines
WITH_WSREP, required by cpack_rpm.cmake to conditionally include galera
helper tools in server package's requires list.
  • Loading branch information
Nirbhay Choubey authored and vuvova committed Nov 20, 2015
1 parent 87c3068 commit df25018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ ENDIF(NOT CPACK_GENERATOR)
INCLUDE(mysql_version)
INCLUDE(cpack_source_ignore_files)
INCLUDE(install_layout)
INCLUDE(wsrep)
INCLUDE(cpack_rpm)
INCLUDE(cpack_deb)

# Add macros
INCLUDE(wsrep)
INCLUDE(character_sets)
INCLUDE(cpu_info)
INCLUDE(zlib)
Expand Down

0 comments on commit df25018

Please sign in to comment.