Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103940 Details for
Bug 148018
dev-python/pyorbit can't seem to find python headers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Link to -pthread
pyorbit-2.14.1-pthread-fbsd.patch (text/plain), 926 bytes, created by
Roy Marples (RETIRED)
on 2006-12-13 05:17:33 UTC
(
hide
)
Description:
Link to -pthread
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2006-12-13 05:17:33 UTC
Size:
926 bytes
patch
obsolete
>Index: pyorbit-2.14.1/m4/python-module.m4 >=================================================================== >--- pyorbit-2.14.1.orig/m4/python-module.m4 >+++ pyorbit-2.14.1/m4/python-module.m4 >@@ -67,12 +67,12 @@ if egrep "^#define Py_ENABLE_SHARED" "${ > PYTHON_LDFLAGS="-no-undefined" > save_LIBS="$LIBS" > >- PYTHON_LIBS="-L${py_prefix}/lib/ -lpython${PYTHON_VERSION}" >+ PYTHON_LIBS="-L${py_prefix}/lib/ -lpython${PYTHON_VERSION} -pthread" > LIBS="$LIBS $PYTHON_LIBS" > AC_TRY_LINK_FUNC(Py_Initialize, dnl > [LIBS="$save_LIBS"; AC_MSG_RESULT([$PYTHON_LIBS]); $1], dnl > [ >- PYTHON_LIBS="-L${py_prefix}/lib/python${PYTHON_VERSION}/config -lpython${PYTHON_VERSION}" >+ PYTHON_LIBS="-L${py_prefix}/lib/python${PYTHON_VERSION}/config -lpython${PYTHON_VERSION} -pthread" > LIBS="$save_LIBS $PYTHON_LIBS"; > AC_TRY_LINK_FUNC(Py_Initialize, dnl > [LIBS="$save_LIBS"; AC_MSG_RESULT([$PYTHON_LIBS]); $1], dnl
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 148018
:
97303
| 103940