From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- .../python/python-pycurl/no-static-link.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-devtools/python/python-pycurl/no-static-link.patch (limited to 'meta/recipes-devtools/python/python-pycurl/no-static-link.patch') diff --git a/meta/recipes-devtools/python/python-pycurl/no-static-link.patch b/meta/recipes-devtools/python/python-pycurl/no-static-link.patch new file mode 100644 index 0000000000..c5349ee578 --- /dev/null +++ b/meta/recipes-devtools/python/python-pycurl/no-static-link.patch @@ -0,0 +1,17 @@ +Upstream-Status: Pending + +Signed-off-by: Laurentiu Palcu + +Index: pycurl-7.19.3.1/setup.py +=================================================================== +--- pycurl-7.19.3.1.orig/setup.py 2014-07-16 12:57:24.065346887 +0000 ++++ pycurl-7.19.3.1/setup.py 2014-07-16 12:57:53.057347678 +0000 +@@ -147,7 +147,7 @@ + optbuf = '' + sslhintbuf = '' + 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() -- cgit v1.2.3-54-g00ecf