Author: qboosh Date: Wed Oct 4 08:27:59 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - copied from db-amd64-fastmutex.patch:AC-branch (for db 4.2.x)
---- Files affected: SOURCES: db4.2-amd64-fastmutex.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/db4.2-amd64-fastmutex.patch diff -u /dev/null SOURCES/db4.2-amd64-fastmutex.patch:1.1 --- /dev/null Wed Oct 4 10:27:59 2006 +++ SOURCES/db4.2-amd64-fastmutex.patch Wed Oct 4 10:27:54 2006 @@ -0,0 +1,12 @@ +--- db4.2-4.2.52.orig/dist/aclocal/mutex.ac ++++ db4.2-4.2.52/dist/aclocal/mutex.ac +@@ -420,7 +433,7 @@ + # x86/gcc: FreeBSD, NetBSD, BSD/OS, Linux + if test "$db_cv_mutex" = no; then + AC_TRY_COMPILE(,[ +-#if (defined(i386) || defined(__i386__)) && defined(__GNUC__) ++#if (defined(i386) || defined(__i386__) || defined(__x86_64__)) && defined(__GNUC__) + exit(0); + #else + FAIL TO COMPILE/LINK + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
