Re: PR25548 followup

2020-03-26 Thread Mark Wielaard
On Thu, 2020-03-26 at 11:24 -0400, Frank Ch. Eigler via Elfutils-devel wrote: > Ah but that would be too easy. :) Also make sure the new test rpms are added to EXTRA_DIST. Pushed the attached. Cheers, Mark From 12305ff528ad9365b4d4e5ebcd307373cdd5bf83 Mon Sep 17 00:00:00 2001 From: Mark Wielaar

Re: PR25548 followup

2020-03-26 Thread Frank Ch. Eigler via Elfutils-devel
Hi - Ah but that would be too easy. Author: Frank Ch. Eigler Date: Thu Mar 26 11:12:49 2020 -0400 PR25548: CURLOPT_PATH_AS_IS backward compatibility old libcurl lacks the CURL_AT_LEAST_VERSION macro, so use LIBCURL_VERSION_NUM testing instead. Signed-off-by: Frank Ch

PR25548 followup

2020-03-26 Thread Frank Ch. Eigler via Elfutils-devel
Hi - pushed as obvious: Author: Frank Ch. Eigler Date: Thu Mar 26 11:12:49 2020 -0400 PR25548: CURLOPT_PATH_AS_IS backward compatibility libcurl < 7.42 lacks the CURLOPT_PATH_AS_IS flag, but extraneous client-side canonicalization is mostly harmless. Signed-off-by: F