1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Disable ftexample to match other packages, ride previous changelog entry.

This commit is contained in:
Jonathan Perkin
2009-08-25 13:00:23 +02:00
parent c2bd07ca9c
commit 74092a8e5b

View File

@ -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>