diff options
Diffstat (limited to 'support-files/debian/patches/aa')
-rw-r--r-- | support-files/debian/patches/aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/support-files/debian/patches/aa b/support-files/debian/patches/aa deleted file mode 100644 index 288197370be..00000000000 --- a/support-files/debian/patches/aa +++ /dev/null @@ -1,11 +0,0 @@ ---- mysql-3.23.23.orig/sql/Makefile.in -+++ mysql-3.23.23/sql/Makefile.in -@@ -366,7 +366,7 @@ - - mysqlbinlog: $(mysqlbinlog_OBJECTS) $(mysqlbinlog_DEPENDENCIES) - @rm -f mysqlbinlog -- $(CXXLINK) $(mysqlbinlog_LDFLAGS) $(mysqlbinlog_OBJECTS) $(mysqlbinlog_LDADD) $(LIBS) -+ $(CXXLINK) $(mysqld_LDFLAGS) $(mysqlbinlog_OBJECTS) $(mysqld_LDADD) $(LIBS) - - mysqld: $(mysqld_OBJECTS) $(mysqld_DEPENDENCIES) - @rm -f mysqld |