diff options
author | Joerg Bruehe <joerg@mysql.com> | 2010-03-10 14:36:27 +0100 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2010-03-10 14:36:27 +0100 |
commit | 3139b904948e72f9d7a6ed5849c8aeadc0d8c7fa (patch) | |
tree | 48da22d5f766ff29cfcc2f559e6b8e7780c5dd09 /plugin | |
parent | fcd119066cce94c57de43bd8a9a65b0cb8f5d18b (diff) | |
download | mariadb-git-3139b904948e72f9d7a6ed5849c8aeadc0d8c7fa.tar.gz |
Part of the fixes for bug#49022
Plugins included into bin release cannot be
installed on debug version of server
Ensure that the plugin files of the debug build
get into the optimized tree, so that they find
their way into the final RPMs.
support-files/mysql.spec.sh:
Use "make install" in the debug build tree to get the debug
plugin files to a temporary location,
then move them to "plugin/debug/" in the optimized build tree
so that the install hook in "plugin/Makefile.am" forwards them
into the final installation.
This fixes bug#49022 for the generic RPMs.
Unrelated:
The plugin objects were listed twice in the file list,
do a cleanup.
Diffstat (limited to 'plugin')
0 files changed, 0 insertions, 0 deletions