mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Placement change:
Top level "SPECIFIC-ULN/" was inappropriate, put the files to create RPMs for ULN into "packaging/rpm-uln/".
This commit is contained in:
parent
e6663e70fb
commit
2307b61bbb
23 changed files with 2 additions and 2 deletions
|
@ -328,7 +328,7 @@ IF(NOT WITHOUT_SERVER)
|
|||
IF(EXISTS ${CMAKE_SOURCE_DIR}/internal/CMakeLists.txt)
|
||||
ADD_SUBDIRECTORY(internal)
|
||||
ENDIF()
|
||||
ADD_SUBDIRECTORY(SPECIFIC-ULN)
|
||||
ADD_SUBDIRECTORY(packaging/rpm-uln)
|
||||
ENDIF()
|
||||
|
||||
INCLUDE(cmake/abi_check.cmake)
|
||||
|
|
|
@ -138,7 +138,7 @@ SET(INSTALL_PLUGINTESTDIR_STANDALONE ${plugin_tests})
|
|||
#
|
||||
# RPM layout
|
||||
#
|
||||
# See "SPECIFIC-ULN/mysql-5.5-libdir.patch" for the differences
|
||||
# See "packaging/rpm-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".
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue