mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			415 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			415 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
--- 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
 |