diff options
Diffstat (limited to 'databases/mysql51-server/files/patch-scripts::Makefile.in')
-rw-r--r-- | databases/mysql51-server/files/patch-scripts::Makefile.in | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/databases/mysql51-server/files/patch-scripts::Makefile.in b/databases/mysql51-server/files/patch-scripts::Makefile.in index 42e5e507112c..03f2e5e10008 100644 --- a/databases/mysql51-server/files/patch-scripts::Makefile.in +++ b/databases/mysql51-server/files/patch-scripts::Makefile.in @@ -1,6 +1,6 @@ ---- scripts/Makefile.in.orig Thu Oct 26 14:03:08 2006 -+++ scripts/Makefile.in Tue Nov 7 08:23:48 2006 -@@ -371,22 +371,7 @@ +--- scripts/Makefile.in.orig Wed Apr 4 15:18:49 2007 ++++ scripts/Makefile.in Wed Apr 18 07:47:33 2007 +@@ -381,21 +381,7 @@ yassl_libs = @yassl_libs@ yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@ zlib_dir = @zlib_dir@ @@ -18,18 +18,21 @@ - mysql_find_rows \ - mysqlhotcopy \ - mysqldumpslow \ -- mysqld_multi \ -- mysql_create_system_tables +- mysqld_multi +bin_SCRIPTS = noinst_SCRIPTS = make_binary_distribution \ make_sharedlib_distribution -@@ -416,7 +401,7 @@ - mysqlbug \ - make_win_bin_dist +@@ -425,11 +411,7 @@ + make_win_bin_dist \ + mysql_system_tables_fix.sql --dist_pkgdata_DATA = fill_help_tables.sql mysql_fix_privilege_tables.sql +-dist_pkgdata_DATA = fill_help_tables.sql \ +- mysql_fix_privilege_tables.sql \ +- mysql_system_tables.sql \ +- mysql_system_tables_data.sql \ +- mysql_test_data_timezone.sql +dist_pkgdata_DATA = - # mysqlbug should be distributed built so that people can report build - # failures with it. + CLEANFILES = @server_scripts@ \ + make_binary_distribution \ |