diff options
author | Jonathan Perkin <jperkin@sun.com> | 2009-08-25 13:00:23 +0200 |
---|---|---|
committer | Jonathan Perkin <jperkin@sun.com> | 2009-08-25 13:00:23 +0200 |
commit | 74092a8e5bfa037e32f2cca266fad0f59b0dbd9a (patch) | |
tree | 8b7995a99dac09755a44995438a25f11bb0fb7ae /support-files | |
parent | c2bd07ca9cd848c58dcd243551e4d52e68bbb449 (diff) | |
download | mariadb-git-74092a8e5bfa037e32f2cca266fad0f59b0dbd9a.tar.gz |
Disable ftexample to match other packages, ride previous changelog entry.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index fbb569e0c8c..cd8af76faa2 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -319,6 +319,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ --with-blackhole-storage-engine \ --with-federated-storage-engine \ --without-plugin-daemon_example \ + --without-plugin-ftexample \ --with-partition \ --with-big-tables \ %if %{WITH_BUNDLED_ZLIB} @@ -852,8 +853,6 @@ fi %{_libdir}/mysql/plugin/ha_innodb_plugin.a %{_libdir}/mysql/plugin/ha_innodb_plugin.la %endif -%{_libdir}/mysql/plugin/mypluglib.a -%{_libdir}/mysql/plugin/mypluglib.la %files shared %defattr(-, root, root, 0755) @@ -890,7 +889,7 @@ fi * Fri Aug 21 2009 Jonathan Perkin <jperkin@sun.com> - Install plugin libraries in appropriate packages. -- Disable libdaemon_example plugin. +- Disable libdaemon_example and ftexample plugins. * Thu Aug 20 2009 Jonathan Perkin <jperkin@stripped> |