gzip: build native tools from source
commitf354ff8939d91a160a1b13050e5b20fa8b2c1482
authorErik Faye-Lund <kusmabite@gmail.com>
Thu, 29 Sep 2011 20:15:31 +0000 (29 22:15 +0200)
committerErik Faye-Lund <kusmabite@gmail.com>
Thu, 29 Sep 2011 20:33:42 +0000 (29 22:33 +0200)
treeacaae47663de25db13318553ebf843e65cabcd80
parentc1861ba9d36adfb598993d098591e6ddbb4e0431
gzip: build native tools from source

Recent git versions have started to call up gzip for git-archive.
However, our gzip is an MSYS program, which ends up messing up
line-endings in the binary stream between git and gzip.

Building a native gzip makes this problem go away.

Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
src/gzip/patches/0001-use-windows-exe-prefix.patch [new file with mode: 0644]
src/gzip/release.sh [new file with mode: 0644]