summaryrefslogtreecommitdiff
path: root/recipes/python/python-pycurl/no-static-link.patch
blob: b7c5ab9c9ca7bb877d1f7bf35d077e541cf968b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: pycurl-7.18.2/setup.py
===================================================================
--- pycurl-7.18.2.orig/setup.py
+++ pycurl-7.18.2/setup.py
@@ -97,8 +97,7 @@ else:
         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:])
it/commit/packages/opie-batteryapplet?id=803427eedbf62d58bd250d577f2c0afb5b68383d'>packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther2 2006-07-02Opie: Rename Opie 1.2.1 to 1.2.2, Remove PRsHolger Freyther2 2006-01-12Correct Opie PV format to preserve upgradability of packages but note where c...Richard Purdie1 2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1 2005-09-13OPIE applets: fix postinst() to not be used during image createMarcin Juszkiewicz3 2005-09-12Opie 1.2.1:Holger Freyther2 2005-06-30import clean BK tree at cset 1.3670Koen Kooi3