]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysql-nptl.patch
- fixes build with nptl glibc - patch by Tomasz Kowalczyk
[packages/mysql.git] / mysql-nptl.patch
diff --git a/mysql-nptl.patch b/mysql-nptl.patch
new file mode 100644 (file)
index 0000000..8e3153a
--- /dev/null
@@ -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)
This page took 0.203766 seconds and 4 git commands to generate.