blob: e8c0005a77f21ba9bce2db2504587d4385053346 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Upstream-Status: Pending
Index: pycurl-7.19.0.2/setup.py
===================================================================
--- pycurl-7.19.0.2.orig/setup.py 2013-10-08 15:28:53.000000000 +0300
+++ pycurl-7.19.0.2/setup.py 2013-11-04 13:46:47.928292585 +0200
@@ -101,7 +101,7 @@
# support one or the other of these curl-config options, so gracefully
# tolerate failure of either, but not both.
optbuf = ""
- for option in ["--libs", "--static-libs"]:
+ for option in ["--libs"]:
p = subprocess.Popen("'%s' %s" % (CURL_CONFIG, option), shell=True,
stdout=subprocess.PIPE)
(stdout, stderr) = p.communicate()
|