[pacman-dev] [PATCH 2/4] implement a curl based download_file()

2011-01-02 Thread Dave Reisner
This does not implement any linkage from current code to the curl based download_file() function. libfetch continues to be used unless configured and compiled explicitly with LDFLAGS/CPPFLAGS set for -lcurl and -DHAVE_LIBCURL, respectively. Signed-off-by: Dave Reisner d...@falconindy.com ---

Re: [pacman-dev] [PATCH 2/4] implement a curl based download_file()

2011-01-02 Thread Dan McGee
On Sun, Jan 2, 2011 at 7:13 PM, Dave Reisner d...@falconindy.com wrote: This does not implement any linkage from current code to the curl based download_file() function. libfetch continues to be used unless configured and compiled explicitly with LDFLAGS/CPPFLAGS set for -lcurl and

Re: [pacman-dev] [PATCH 2/4] implement a curl based download_file()

2011-01-02 Thread Dave Reisner
On Sun, Jan 02, 2011 at 08:35:01PM -0600, Dan McGee wrote: On Sun, Jan 2, 2011 at 7:13 PM, Dave Reisner d...@falconindy.com wrote: This does not implement any linkage from current code to the curl based download_file() function. libfetch continues to be used unless configured and compiled