X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Fpatches%2Fpython-pycurl-no-static-libs.patch;fp=src%2Fpatches%2Fpython-pycurl-no-static-libs.patch;h=0000000000000000000000000000000000000000;hp=c1410dcdfae9ded681741dd1a13363e585ebdb1c;hb=c1d98bbbb3e03643cae8500c6829cfeeab7c86a4;hpb=6f8a114146e76441c69c58af31b8f1ccd77718c1 diff --git a/src/patches/python-pycurl-no-static-libs.patch b/src/patches/python-pycurl-no-static-libs.patch deleted file mode 100644 index c1410dcdfa..0000000000 --- a/src/patches/python-pycurl-no-static-libs.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- setup.py~ 2008-04-22 17:00:45.000000000 +0300 -+++ setup.py 2008-07-03 21:53:36.000000000 +0300 -@@ -97,8 +97,7 @@ - else: - extra_compile_args.append(e) - libs = split_quoted( -- os.popen("'%s' --libs" % CURL_CONFIG).read()+\ -- os.popen("'%s' --static-libs" % CURL_CONFIG).read()) -+ os.popen("'%s' --libs" % CURL_CONFIG).read()) - for e in libs: - if e[:2] == "-l": - libraries.append(e[2:])