projects
/
platform
/
upstream
/
python-pycurl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0959f06
)
Link with libcrypto
author
Patrick McCarty
<patrick.mccarty@linux.intel.com>
Tue, 5 Mar 2013 23:40:28 +0000
(15:40 -0800)
committer
Patrick McCarty
<patrick.mccarty@linux.intel.com>
Tue, 5 Mar 2013 23:40:45 +0000
(15:40 -0800)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 3194e7c295311282e86fa3eb5a39c8604490ece8..66a6675ed2d4c869b1ee8ef0f5c696c04bdaab09 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-112,6
+112,7
@@
else:
for e in split_quoted(os.popen("'%s' --features" % CURL_CONFIG).read()):
if e == 'SSL':
define_macros.append(('HAVE_CURL_SSL', 1))
+ libraries.append("crypto")
if not libraries:
libraries.append("curl")
# Add extra compile flag for MacOS X