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:]) png' alt='cgit logo'/> index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/python/python24-pyqwt2/features
AgeCommit message (Expand)AuthorFiles
2007-08-16python-pyqt: promote qt4 to being the default, rename other packages accordinglyMichael Lauer1