Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
python3-pycurl
pycurl-7.18.1-nostaticlibs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pycurl-7.18.1-nostaticlibs.patch of Package python3-pycurl
Index: setup.py =================================================================== --- setup.py.orig 2008-04-22 11:00:45.000000000 -0300 +++ setup.py 2008-04-25 17:52:50.000000000 -0300 @@ -97,8 +97,7 @@ else: 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:])
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor