Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 111630 Details for
Bug 168660
sci-physics/root-5.14.00b compilation fails with mysql USE flag set and sys-kernel/linux-headers-2.6.20-r1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mysql-5.0.32-no-atomic.patch
mysql-5.0.32-no-atomic.patch (text/plain), 1.16 KB, created by
Peter Alfredsen (RETIRED)
on 2007-02-28 22:27:58 UTC
(
hide
)
Description:
mysql-5.0.32-no-atomic.patch
Filename:
MIME Type:
Creator:
Peter Alfredsen (RETIRED)
Created:
2007-02-28 22:27:58 UTC
Size:
1.16 KB
patch
obsolete
>--- mysql/configure.orig 2007-02-28 20:38:29.000000000 +0100 >+++ mysql/configure.in 2007-02-28 20:43:05.000000000 +0100 >@@ -816,51 +816,10 @@ > esac > ]) > AC_SUBST(WRAPLIBS) > > if test "$TARGET_LINUX" = "true"; then >- AC_MSG_CHECKING([for atomic operations]) >- >- AC_LANG_SAVE >- AC_LANG_CPLUSPLUS >- >- atom_ops= >- AC_TRY_RUN([ >-#include <asm/atomic.h> >-int main() >-{ >- atomic_t v; >- >- atomic_set(&v, 23); >- atomic_add(5, &v); >- return atomic_read(&v) == 28 ? 0 : -1; >-} >- ], >- [AC_DEFINE([HAVE_ATOMIC_ADD], [1], >- [atomic_add() from <asm/atomic.h> (Linux only)]) >- atom_ops="${atom_ops}atomic_add "], >- ) >- AC_TRY_RUN([ >-#include <asm/atomic.h> >-int main() >-{ >- atomic_t v; >- >- atomic_set(&v, 23); >- atomic_sub(5, &v); >- return atomic_read(&v) == 18 ? 0 : -1; >-} >- ], >- [AC_DEFINE([HAVE_ATOMIC_SUB], [1], >- [atomic_sub() from <asm/atomic.h> (Linux only)]) >- atom_ops="${atom_ops}atomic_sub "], >- ) >- >- if test -z "$atom_ops"; then atom_ops="no"; fi >- AC_MSG_RESULT($atom_ops) >- >- AC_LANG_RESTORE > > AC_ARG_WITH(pstack, > [ --with-pstack Use the pstack backtrace library], > [ USE_PSTACK=$withval ], > [ USE_PSTACK=no ])
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 168660
: 111630