Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcurl: convert old-style hook to new-style | Thomas Petazzoni | 2010-09-12 | 1 | -4/+6 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | libcurl: bump version to fix build issue | Thomas Petazzoni | 2010-07-29 | 2 | -26/+2 |
| | | | | | | | | | | | | | | | | | | | | | The ./configure script of libcurl includes <arpa_inet.h> instead of <arpa/inet.h> when testing for inet_pton(). The test fails, but it doesn't prevent libcurl to build as it can work without inet_pton(). However, it fills the configure cache with the fact that inet_pton() does not exist. And later, tcpreplay reads this from the configure cache and fails to build, because tcpreplay really need inet_pton(). Unfortunately, just fixing the .m4 file doesn't work because the autoreconfiguration of the package fails. Since the fix for this problem is already upstream, the easiest solution is therefore to bump libcurl. The libcurl-7.19.2-fix-ssl-no-verbose.patch patch is no longer needed. Since we're patching a m4 file, we must autoreconfigure the package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args | Peter Korsgaard | 2010-03-22 | 1 | -2/+1 |
| | | | | | | | Makefile.autotools.in automatically adds these to the configure invocation, so there's no need to explicitly list them. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | libcurl: fix --without-ssl typo | Peter Korsgaard | 2009-06-10 | 1 | -1/+1 |
| | | | | | Reported-by: Nestor <nestor@traceback.com.br> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | curl: make sure openssl isn't tried when the openssl package isn't enabled | Peter Korsgaard | 2009-05-27 | 1 | -0/+2 |
| | | | | | | Works around build errors caused by broken Xorg dependencies. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | libcurl: fix configure with openssl when target == host. | Peter Korsgaard | 2009-03-10 | 1 | -0/+5 |
| | |||||
* | Getting rid of a bit more configure options that's been centralized. | Thomas Lundquist | 2009-01-18 | 1 | -1/+1 |
| | |||||
* | libcurl/libglade: touch _HOOK_POST_INSTALL target | Peter Korsgaard | 2008-12-31 | 1 | -0/+1 |
| | |||||
* | libcurl: add dummy curl-* targets | Peter Korsgaard | 2008-12-28 | 1 | -0/+5 |
| | |||||
* | libcurl: compile with openssl support if available | Peter Korsgaard | 2008-12-28 | 2 | -0/+31 |
| | |||||
* | curl: rename to libcurl so Makefile.autotools.in can find patches | Peter Korsgaard | 2008-12-28 | 2 | -0/+30 |