From: Michael Tremer Date: Mon, 17 Oct 2016 19:47:02 +0000 (+0200) Subject: git: Honour LDFLAGS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=892dc94009cb9b951369ebb6c66d2675bc5cb3fa;p=ipfire-3.x.git git: Honour LDFLAGS Signed-off-by: Michael Tremer --- diff --git a/git/git.nm b/git/git.nm index 7635ccbef..13f05db47 100644 --- a/git/git.nm +++ b/git/git.nm @@ -5,7 +5,7 @@ name = git version = 2.6.3 -release = 1 +release = 2 groups = Development/Tools url = http://git-scm.com/ @@ -35,6 +35,7 @@ build prepare_cmds echo "CFLAGS = %{CFLAGS}" > %{DIR_APP}/config.mak + echo "LDFLAGS = %{LDFLAGS}" > %{DIR_APP}/config.mak echo "BLK_SHA1 = 1" >> %{DIR_APP}/config.mak echo "NEEDS_CRYPTO_WITH_SSL = 1" >> %{DIR_APP}/config.mak echo "NO_PYTHON = 1" >> %{DIR_APP}/config.mak