Re: [**EXTERNAL**] Re: Possible bug in Makefile when executing curl-config

2019-07-23 Thread Jeff King
On Tue, Jul 23, 2019 at 07:43:01PM +, Raitanen, Adam wrote: > Yes there is a config.mak.autogen and it does not have an entry for > CURL_CONFIG, although it has a correct entry for CURLDIR. > > The config.log also shows it checking for curl-config and not finding it then > proceeding anyway

RE: [**EXTERNAL**] Re: Possible bug in Makefile when executing curl-config

2019-07-23 Thread Raitanen, Adam
... -Original Message- From: Jeff King Sent: Monday, July 22, 2019 5:12 PM To: Raitanen, Adam Cc: James Knight ; git@vger.kernel.org Subject: [**EXTERNAL**] Re: Possible bug in Makefile when executing curl-config [+cc the author of that patch] On Mon, Jul 22, 2019 at 07:46:37PM +

Re: Possible bug in Makefile when executing curl-config

2019-07-22 Thread Jeff King
[+cc the author of that patch] On Mon, Jul 22, 2019 at 07:46:37PM +, Raitanen, Adam wrote: > I believe there may be a bug in the Makefile introduced by the following > commit: > > https://github.com/git/git/commit/23c4bbe28e61974577164db09cbd1d1c7e568ca4 > > The commit was merged in 2.20.0

Possible bug in Makefile when executing curl-config

2019-07-22 Thread Raitanen, Adam
I believe there may be a bug in the Makefile introduced by the following commit: https://github.com/git/git/commit/23c4bbe28e61974577164db09cbd1d1c7e568ca4 The commit was merged in 2.20.0: * The way -lcurl library gets linked has been simplified by taking    advantage of the fact that we can jus