Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 214678 Details for
Bug 299044
dev-lang/python-{2.6.4,3.1.1-r1} fails to crosscompile (uses native libffi)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
10_all_use_external_libffi.patch.patch
10_all_use_external_libffi.patch.patch (text/plain), 683 bytes, created by
Andrei Slavoiu
on 2009-12-31 00:30:58 UTC
(
hide
)
Description:
10_all_use_external_libffi.patch.patch
Filename:
MIME Type:
Creator:
Andrei Slavoiu
Created:
2009-12-31 00:30:58 UTC
Size:
683 bytes
patch
obsolete
>--- 10_all_use_external_libffi.patch.orig 2009-12-31 02:24:01.680279182 +0200 >+++ 10_all_use_external_libffi.patch 2009-12-31 02:25:05.459438630 +0200 >@@ -2,12 +2,13 @@ > > --- configure.in > +++ configure.in >-@@ -1988,6 +1988,13 @@ >+@@ -1988,6 +1988,14 @@ > AC_ARG_WITH(system_ffi, > AC_HELP_STRING(--with-system-ffi, build _ctypes module using an installed ffi library)) > > +if test "$with_system_ffi" = "yes"; then >-+ LIBFFI_INCLUDEDIR="`pkg-config libffi --cflags-only-I 2>/dev/null | sed -e 's/^-I//'`" >++ PKG_PROG_PKG_CONFIG() >++ LIBFFI_INCLUDEDIR="`$PKG_CONFIG libffi --cflags-only-I 2>/dev/null | sed -e 's/^-I//'`" > +else > + LIBFFI_INCLUDEDIR="" > +fi
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 299044
:
214676
| 214678 |
217283