diff options
Diffstat (limited to 'support-files/debian/patches/aa')
-rw-r--r-- | support-files/debian/patches/aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/support-files/debian/patches/aa b/support-files/debian/patches/aa new file mode 100644 index 00000000000..288197370be --- /dev/null +++ b/support-files/debian/patches/aa @@ -0,0 +1,11 @@ +--- 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 |