curl-library
Re: Unable to build libcurl on mingw with curl-7.26.0
Date: Wed, 18 Jul 2012 16:58:10 +0200
Hi Doug,
Am 18.07.2012 07:03, schrieb Guenter:
> Am 18.07.2012 05:05, schrieb Doug:
>> I had no luck with msys git and any of the command line options in
>> removing the CRs. :/
check this:
$ git config --list
...
core.autocrlf=true
...
thats the culprit which needs to be changed; with:
git clone -c core.autocrlf=input git://github.com/bagder/curl.git
I was just able to do a proper git checkout where all files seem to have
the same format as in our git repo ...
it should also be possible to add this option to the [core] section of
the ~/.gitconfig file:
[core]
autocrlf=input
so there's really to need to add anything to the build system.
Gün.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-07-18