20dac73485
- use recommended yaSSL library - build as max-no-ndb or max profiles
36 lines
987 B
Text
36 lines
987 B
Text
--- scripts/Makefile.in.orig Fri Jun 2 20:03:10 2006
|
|
+++ scripts/Makefile.in Thu Jun 15 07:56:56 2006
|
|
@@ -371,23 +371,7 @@
|
|
yassl_libs = @yassl_libs@
|
|
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
|
|
zlib_dir = @zlib_dir@
|
|
-bin_SCRIPTS = @server_scripts@ \
|
|
- msql2mysql \
|
|
- mysql_config \
|
|
- mysql_fix_privilege_tables \
|
|
- mysql_fix_extensions \
|
|
- mysql_setpermission \
|
|
- mysql_secure_installation \
|
|
- mysql_zap \
|
|
- mysqlaccess \
|
|
- mysqlbug \
|
|
- mysql_convert_table_format \
|
|
- mysql_find_rows \
|
|
- mysqlhotcopy \
|
|
- mysqldumpslow \
|
|
- mysql_explain_log \
|
|
- mysqld_multi \
|
|
- mysql_create_system_tables
|
|
+bin_SCRIPTS =
|
|
|
|
noinst_SCRIPTS = make_binary_distribution \
|
|
make_sharedlib_distribution \
|
|
@@ -419,7 +403,7 @@
|
|
mysqlaccess.conf \
|
|
mysqlbug
|
|
|
|
-dist_pkgdata_DATA = fill_help_tables.sql mysql_fix_privilege_tables.sql
|
|
+dist_pkgdata_DATA =
|
|
|
|
# mysqlbug should be distributed built so that people can report build
|
|
# failures with it.
|