Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 215337 Details for
Bug 299808
Problem installing Python 2.4.6 with uclibc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed ebuild patch
python-2.6-nis-yp_prot-check.patch (text/plain), 562 bytes, created by
Erasmo Zubillaga
on 2010-01-05 21:24:54 UTC
(
hide
)
Description:
Proposed ebuild patch
Filename:
MIME Type:
Creator:
Erasmo Zubillaga
Created:
2010-01-05 21:24:54 UTC
Size:
562 bytes
patch
obsolete
>--- setup.py.orig 2009-10-08 05:18:32.000000000 -0430 >+++ setup.py 2010-01-05 10:10:00.000000000 -0430 >@@ -1065,7 +1065,7 @@ > missing.append('resource') > > # Sun yellow pages. Some systems have the functions in libc. >- if platform not in ['cygwin', 'atheos', 'qnx6']: >+ if (platform not in ['cygwin', 'atheos', 'qnx6'] and find_file('rpcsvc/yp_prot.h', inc_dirs, []) is not None): > if (self.compiler.find_library_file(lib_dirs, 'nsl')): > libs = ['nsl'] > else:
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 299808
: 215337 |
215339