Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 217978 Details for
Bug 298286
glib-2.22.2 doesn't emerge on interix 6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
configure enhancements for pthreads on Interix
glib-2.22.4-interix-pthread.patch (text/plain), 875 bytes, created by
Greg Turner
on 2010-01-31 07:53:30 UTC
(
hide
)
Description:
configure enhancements for pthreads on Interix
Filename:
MIME Type:
Creator:
Greg Turner
Created:
2010-01-31 07:53:30 UTC
Size:
875 bytes
patch
obsolete
>--- configure.in.orig 2010-01-30 17:07:56 -0800 >+++ configure.in 2010-01-30 17:24:49 -0800 >@@ -1924,6 +1924,21 @@ > G_THREAD_CFLAGS="-D_REENTRANT -D_PTHREADS" > G_THREAD_LIBS="-lpthread -lthread" > ;; >+ *-interix*) >+ glib_save_CFLAGS="$CFLAGS" >+ CFLAGS="$CFLAGS -D_REENTRANT -lpthread" >+ AC_TRY_RUN(glib_thread_test(0), >+ glib_flag_works=yes, >+ glib_flag_works=no, >+ [AC_LINK_IFELSE(glib_thread_test(0), >+ glib_flag_works=yes, >+ glib_flag_works=no)]) >+ CFLAGS="$glib_save_CFLAGS" >+ if test $glib_flag_works = yes ; then >+ G_THREAD_CFLAGS=-D_REENTRANT >+ G_THREAD_LIBS=-lpthread >+ fi >+ ;; > *) > for flag in pthread pthreads mt; do > glib_save_CFLAGS="$CFLAGS"
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 298286
:
214110
|
214111
|
216798
|
216799
|
216801
|
216802
|
217976
|
217977
| 217978