mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
MDEV-4646 No mysqld-debug or debuginfo in MariaDB-Server RPM
This commit is contained in:
parent
e548e2184b
commit
48429359d6
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ IF(CMAKE_VERSION VERSION_LESS "3.6.0")
|
|||
SET(CPACK_PACKAGE_FILE_NAME "${CPACK_RPM_PACKAGE_NAME}-${VERSION}-${RPM}-${CMAKE_SYSTEM_PROCESSOR}")
|
||||
ELSE()
|
||||
SET(CPACK_RPM_FILE_NAME "RPM-DEFAULT")
|
||||
SET(CPACK_RPM_DEBUGINFO_PACKAGE ON)
|
||||
ENDIF()
|
||||
|
||||
SET(CPACK_RPM_PACKAGE_RELEASE "1%{?dist}")
|
||||
|
|
Loading…
Reference in a new issue