commit | 9eaa78b0b037964da85d6a15f0128639f2118a53 | [log] [tgz] |
---|---|---|
author | Remi Pommarel <repk@triplefau.lt> | Wed Oct 21 19:01:13 2015 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Oct 21 12:43:03 2015 -0700 |
tree | 41145ad1cc0f85f743c3b8b619db582fd00f3f96 | |
parent | ee6ad5f4d56e697c972af86cbefdf269b386e470 [diff] |
Makefile: link libcurl before zlib For static linking especially library order while linking is important. For example, libcurl wants symbols from zlib when building http-push, http-fetch and remote-curl. So for these programs libcurl has to be linked before zlib. Signed-off-by: Remi Pommarel <repk@triplefau.lt> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>