From 15642287eb3e4695cf55d8d9f585c62f335eb206 Mon Sep 17 00:00:00 2001 From: grzegol Date: Tue, 17 Feb 2004 22:28:35 +0000 Subject: [PATCH] - fixes build with nptl glibc - patch by Tomasz Kowalczyk Changed files: mysql-nptl.patch -> 1.1 --- mysql-nptl.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mysql-nptl.patch diff --git a/mysql-nptl.patch b/mysql-nptl.patch new file mode 100644 index 0000000..8e3153a --- /dev/null +++ b/mysql-nptl.patch @@ -0,0 +1,12 @@ +--- mysql/configure.in 2004-02-17 01:20:24.000000000 +0100 ++++ mysql/configure.in 2004-02-17 01:21:50.805018856 +0100 +@@ -1197,8 +1197,7 @@ + then + # Look for LinuxThreads. + AC_MSG_CHECKING("LinuxThreads") +- res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l` +- if test "$res" -gt 0 ++ if test -f /lib/libpthread.so.0 + then + AC_MSG_RESULT("Found") + AC_DEFINE(HAVE_LINUXTHREADS) -- 2.44.0