właśnie sobie robiłem mysql i wyszło mi cos takiego w "praniu"
jakby sie komuś przydało to można wprowadzić.

ps. nieznam sie za bardzo na autoconfie itp. :P
-- 
Pozdrawiam
Tomasz Kowalczyk
--- 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)
--- mysql.spec.orig	2004-02-17 01:34:17.862448864 +0100
+++ mysql.spec	2004-02-17 01:33:31.947429008 +0100
@@ -2,6 +2,7 @@
 #
 # Conditional build:
 %bcond_with	bdb	# Berkeley DB support
+%bcond_with	nptl	# with glibc+nptl workaround
 #
 %include	/usr/lib/rpm/macros.perl
 Summary:	MySQL: a very fast and reliable SQL database engine
@@ -31,6 +32,7 @@
 Patch7:		%{name}-sql-cxx-pic.patch
 Patch8:		%{name}-noproc.patch
 Patch9:		%{name}-fix_privilege_tables.patch
+Patch10:	%{name}-nptl.patch
 Icon:		mysql.gif
 URL:		http://www.mysql.com/
 #BuildRequires:	ORBit-devel
@@ -346,6 +348,8 @@
 %endif
 %patch8 -p1
 %patch9 -p1
+%{?with_nptl:%patch10 -p1}
+
 
 %build
 %{__libtoolize}

__________________________________________________________
nie pytaj co inni zrobili dla pld, pomysl ile sam zrobiles

Odpowiedź listem elektroniczym