]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/python-pycurl-no-static-libs.patch
strongswan: Update to 5.3.1
[ipfire-2.x.git] / src / patches / python-pycurl-no-static-libs.patch
1 --- setup.py~ 2008-04-22 17:00:45.000000000 +0300
2 +++ setup.py 2008-07-03 21:53:36.000000000 +0300
3 @@ -97,8 +97,7 @@
4 else:
5 extra_compile_args.append(e)
6 libs = split_quoted(
7 - os.popen("'%s' --libs" % CURL_CONFIG).read()+\
8 - os.popen("'%s' --static-libs" % CURL_CONFIG).read())
9 + os.popen("'%s' --libs" % CURL_CONFIG).read())
10 for e in libs:
11 if e[:2] == "-l":
12 libraries.append(e[2:])