Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 390976 Details for
Bug 531734
dev-python/pyuv-0.11.5 - Python interface for dev-libs/libuv
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pyuv-0.11.5_no_bundled_libuv.patch
pyuv-0.11.5_no_bundled_libuv.patch (text/plain), 1.40 KB, created by
Franz Trischberger
on 2014-12-05 09:16:20 UTC
(
hide
)
Description:
pyuv-0.11.5_no_bundled_libuv.patch
Filename:
MIME Type:
Creator:
Franz Trischberger
Created:
2014-12-05 09:16:20 UTC
Size:
1.40 KB
patch
obsolete
>diff --git a/setup_libuv.py b/setup_libuv.py >index 857f19d..4652a46 100644 >--- a/setup_libuv.py >+++ b/setup_libuv.py >@@ -115,26 +115,7 @@ class libuv_build_ext(build_ext): > self.libuv_verbose_build = 0 > > def build_extensions(self): >- self.force = self.libuv_force_fetch or self.libuv_clean_compile >- if sys.platform == 'win32': >- self.libuv_lib = os.path.join(self.libuv_dir, 'Release', 'lib', 'libuv.lib') >- else: >- self.libuv_lib = os.path.join(self.libuv_dir, '.libs', 'libuv.a') >- self.get_libuv() >- # Set compiler options >- self.extensions[0].extra_objects.extend([self.libuv_lib]) >- self.compiler.add_include_dir(os.path.join(self.libuv_dir, 'include')) >- if sys.platform.startswith('linux'): >- self.compiler.add_library('rt') >- elif sys.platform == 'win32': >- self.extensions[0].define_macros.append(('WIN32', 1)) >- self.extensions[0].extra_link_args.extend(['/NODEFAULTLIB:libcmt', '/LTCG']) >- self.compiler.add_library('advapi32') >- self.compiler.add_library('iphlpapi') >- self.compiler.add_library('psapi') >- self.compiler.add_library('ws2_32') >- elif sys.platform.startswith('freebsd'): >- self.compiler.add_library('kvm') >+ self.compiler.add_library('uv') > build_ext.build_extensions(self) > > def get_libuv(self):
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 531734
:
390974
| 390976