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:]) index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/python/python-native-2.5.1
AgeCommit message (Expand)AuthorFiles
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2008-10-02python-native: sync with pokyKoen Kooi1
2008-07-12python-native 2.5.1 add distutils patch to catch up with newer SWIG versionsMichael Lauer1
2007-09-29python-native: drop NOTEs from cross-distutils.patchPhilipp Zabel1
2007-08-15python[-native] 2.5.1: fix typo in optimization patchMichael Lauer1
2007-08-15python[-native] 2.5.1: add patch to compile everything in optimized bytecode.Michael Lauer1
2007-08-15major python upgrade: add python[-native] 2.5.1, rename python-2.4 packageMichael Lauer4