1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 05:59:29 +03:00

when compiling mysql, don't grep for linuxthreads in /usr/include

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@659 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-04-18 05:41:56 +00:00
parent 519d691022
commit 9a8d9ffe39

View File

@ -2413,3 +2413,14 @@ diff -ruN mysql-4.0.24-orig/ipkg/libmysqlclient-dev/CONTROL/control mysql-4.0.24
diff -ruN mysql-4.0.24-orig/ipkg/mysql-utils/CONTROL/control mysql-4.0.24-2/ipkg/mysql-utils/CONTROL/control
diff -ruN mysql-4.0.24-orig/ipkg/rules mysql-4.0.24-2/ipkg/rules
diff -ruN mysql-4.0.24-orig/ipkg/version mysql-4.0.24-2/ipkg/version
--- mysql-4.0.24/configure.old 2005-04-18 08:33:00.000000000 +0200
+++ mysql-4.0.24/configure 2005-04-18 08:34:28.000000000 +0200
@@ -25013,7 +25013,7 @@
# Look for LinuxThreads.
echo "$as_me:$LINENO: checking \"LinuxThreads\"" >&5
echo $ECHO_N "checking \"LinuxThreads\"... $ECHO_C" >&6
- res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l`
+ res=1
if test "$res" -gt 0
then
echo "$as_me:$LINENO: result: \"Found\"" >&5