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:]) '/cgit/'>index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/diffutils
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2008-04-24make diffutils compile on EABI uclibc.Khem Raj1
2008-04-08diffutils: use update-alternatives for cmp (also provided with busybox 1.9.1)...Marcin Juszkiewicz1
2006-10-15diffutils 2.8.1: Use alternatives for diff since busybox also supplies aJamie Lenehan1
2006-01-21diffutils: add --without-included-regex for uclibc builds in 2.8.1John Bowler1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi2