mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
More changes to supporting the build of RPMs for ULN
from the MySQL 5.5 source tree. Contrary to the comment, the spec file for these ULN RPMs was missing in the previous changeset (blame ".bzrignore"). This change now brings said spec file, and it adds cmake handling for the new files. Still for internal tool tests only, not yet ready for publishing. CMakeLists.txt: Add the subdirectory holding specific stuff for the RedHat-compatible RPMs for ULN. cmake/install_layout.cmake: Explicitly mention my the ULN RPMs are handled.
This commit is contained in:
parent
057cb35c45
commit
6cd3c6b6b0
4 changed files with 1880 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -24,6 +24,7 @@
|
|||
#
|
||||
# RPM
|
||||
# Build as per default RPM layout, with prefix=/usr
|
||||
# Note: The layout for ULN RPMs differs, see the "RPM" section.
|
||||
#
|
||||
# DEB
|
||||
# Build as per STANDALONE, prefix=/opt/mysql/server-$major.$minor
|
||||
|
|
@ -134,6 +135,10 @@ SET(INSTALL_PLUGINTESTDIR_STANDALONE ${plugin_tests})
|
|||
#
|
||||
# RPM layout
|
||||
#
|
||||
# See "SPECIFIC-ULN/mysql-5.5-libdir.patch" for the differences
|
||||
# which apply to RPMs in ULN (Oracle Linux), that patch file will
|
||||
# be applied at build time via "rpmbuild".
|
||||
#
|
||||
SET(INSTALL_BINDIR_RPM "bin")
|
||||
SET(INSTALL_SBINDIR_RPM "sbin")
|
||||
SET(INSTALL_SCRIPTDIR_RPM "bin")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue