Makefile: allow static linking against libcurl
commitd5067112db68fcc8c7b13c769c896b17480cb5b0
authorDave Borowitz <dborowitz@google.com>
Tue, 15 Apr 2014 10:40:31 +0000 (15 03:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Apr 2014 20:01:51 +0000 (15 13:01 -0700)
tree7128e5de0f83c2b21519588cecc5393040bdc4df
parent61a64fff4f710f43826c8446d3fd8f3ae78c0411
Makefile: allow static linking against libcurl

This requires more flags than can be guessed with the old-style
CURLDIR and related options, so is only supported when curl-config is
present.

Signed-off-by: Dave Borowitz <dborowitz@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile