]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- libmysqlclient_r += -lpthread can be removed
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 26 Mar 2008 22:51:53 +0000 (22:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-libs.patch -> 1.21

mysql-libs.patch

index b07c52a34fb7e2dadccef20451df2bf787c4563a..f6159e9c0d5d42a5d98c384c78f5db220e41c600 100644 (file)
  
  # For the sched_yield() function on Solaris
  AC_CHECK_FUNC(sched_yield, , AC_CHECK_LIB(posix4, sched_yield))
---- mysql-5.0.21/libmysql_r/Makefile.am~       2006-05-02 16:55:15.179229923 +0300
-+++ mysql-5.0.21/libmysql_r/Makefile.am        2006-05-02 16:56:08.080408785 +0300
-@@ -30,7 +30,7 @@
- include $(top_srcdir)/libmysql/Makefile.shared
- nodist_libmysqlclient_r_la_SOURCES = $(target_sources)
--libmysqlclient_r_la_LIBADD = $(target_libadd) $(yassl_las)
-+libmysqlclient_r_la_LIBADD = $(target_libadd) $(yassl_las) @LIBS@
- libmysqlclient_r_la_LDFLAGS = $(target_ldflags)
- link_sources:
 --- mysql-5.1.21-beta/sql/Makefile.am~ 2007-08-29 18:58:33.000000000 +0300
 +++ mysql-5.1.21-beta/sql/Makefile.am  2007-08-29 19:01:33.000000000 +0300
 @@ -43,7 +43,7 @@
This page took 0.191519 seconds and 4 git commands to generate.