blob: 907380f1ca282d261ec28d410c34ce641eda777c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Upstream-Status: Pending
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Index: pycurl-7.19.3/setup.py
===================================================================
--- pycurl-7.19.3.orig/setup.py 2014-01-10 08:04:40.000000000 +0200
+++ pycurl-7.19.3/setup.py 2014-02-04 15:09:08.411552887 +0200
@@ -211,7 +211,7 @@
# If neither --libs nor --static-libs work, fail.
optbuf = ""
errtext = ''
- for option in ["--libs", "--static-libs"]:
+ for option in ["--libs"]:
p = subprocess.Popen((CURL_CONFIG, option),
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
stdout, stderr = p.communicate()
|