Skip to content

Commit

Permalink
mysql-cmake.eclass: Fix tightened syntax of PLUGIN_X wrt bug 560504
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Evans <[email protected]>
  • Loading branch information
Brian Evans committed Sep 15, 2015
1 parent 3fb715a commit d6f7524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/mysql-cmake.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ configure_cmake_standard() {
if ! use extraengine ; then
mycmakeargs+=(
-DWITHOUT_FEDERATED_STORAGE_ENGINE=1
-DPLUGIN_FEDERATED=0
-DPLUGIN_FEDERATED=NO
-DWITHOUT_FEDERATEDX_STORAGE_ENGINE=1
-DPLUGIN_FEDERATEDX=0 )
-DPLUGIN_FEDERATEDX=NO )
fi

mycmakeargs+=(
Expand Down

0 comments on commit d6f7524

Please sign in to comment.