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:]) 'main'>index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/python/python-numpy
AgeCommit message (Expand)AuthorFiles
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe2
2008-09-01python-numpy: add gross hack to make it buildKoen Kooi4
2008-08-31python-numpy: fix wrong include paths, but it still tries to run generated co...Koen Kooi2