Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
370a6767
Commit
370a6767
authored
Sep 27, 2013
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert the change for auto-rpm-packages for plugins.
galera tree should only build galera-server package
parent
decd0840
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
cmake/plugin.cmake
cmake/plugin.cmake
+1
-11
No files found.
cmake/plugin.cmake
View file @
370a6767
...
...
@@ -207,17 +207,7 @@ MACRO(MYSQL_ADD_PLUGIN)
SET_TARGET_PROPERTIES
(
${
target
}
PROPERTIES
OUTPUT_NAME
"
${
ARG_MODULE_OUTPUT_NAME
}
"
)
# Install dynamic library
IF
(
ARG_COMPONENT
)
IF
(
RPM AND NOT CPACK_COMPONENTS_ALL MATCHES
${
ARG_COMPONENT
}
)
SET
(
CPACK_COMPONENTS_ALL
${
CPACK_COMPONENTS_ALL
}
${
ARG_COMPONENT
}
PARENT_SCOPE
)
SET
(
CPACK_RPM_
${
ARG_COMPONENT
}
_PACKAGE_REQUIRES
"MariaDB-server"
PARENT_SCOPE
)
# workarounds for cmake issues #13248 and #12864:
SET
(
CPACK_RPM_
${
ARG_COMPONENT
}
_USER_FILELIST
${
ignored
}
PARENT_SCOPE
)
SET
(
CPACK_RPM_
${
ARG_COMPONENT
}
_PACKAGE_PROVIDES
"cmake_bug_13248"
PARENT_SCOPE
)
SET
(
CPACK_RPM_
${
ARG_COMPONENT
}
_PACKAGE_OBSOLETES
"cmake_bug_13248"
PARENT_SCOPE
)
ENDIF
()
ELSE
()
IF
(
NOT ARG_COMPONENT
)
SET
(
ARG_COMPONENT Server
)
ENDIF
()
MYSQL_INSTALL_TARGETS
(
${
target
}
DESTINATION
${
INSTALL_PLUGINDIR
}
COMPONENT
${
ARG_COMPONENT
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment