Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 310951 Details for
Bug 454000
Fix curl-config usage, re-enable test suite
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix curl-config usage
pycurl-curl-config.patch (text/plain), 457 bytes, created by
Ville Skyttä
on 2008-07-03 18:59:49 UTC
(
hide
)
Description:
Fix curl-config usage
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2008-07-03 18:59:49 UTC
Size:
457 bytes
patch
obsolete
>--- setup.py~ 2008-04-22 17:00:45.000000000 +0300 >+++ setup.py 2008-07-03 21:53:36.000000000 +0300 >@@ -97,8 +97,7 @@ > else: > extra_compile_args.append(e) > libs = split_quoted( >- os.popen("'%s' --libs" % CURL_CONFIG).read()+\ >- os.popen("'%s' --static-libs" % CURL_CONFIG).read()) >+ os.popen("'%s' --libs" % CURL_CONFIG).read()) > for e in libs: > if e[:2] == "-l": > libraries.append(e[2:])
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 454000
: 310951 |
310952