summaryrefslogtreecommitdiff
path: root/package/libsoup
AgeCommit message (Collapse)Author
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-08-10libsoup: enable autoreconfThomas Petazzoni
To get the libtool patch to make some effect, an autoreconfiguration is necessary. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-06-23libsoup: bump versionSven Neumann
Closes #349. Attached patch updates libsoup to version 2.26.2. This is relevant for bug 303 as it allows to compile gvfs with much less patching. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-04-26package: add libsoup packagePeter Korsgaard
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #35.