From: Michael Tremer Date: Sat, 15 Oct 2016 13:06:52 +0000 (-0400) Subject: tree: Honour LDFLAGS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e126ee4543aa871bc2e136b498db6729db5d7d4b;p=ipfire-3.x.git tree: Honour LDFLAGS Signed-off-by: Michael Tremer --- diff --git a/tree/tree.nm b/tree/tree.nm index 5f5583e2a..7a7352e38 100644 --- a/tree/tree.nm +++ b/tree/tree.nm @@ -5,7 +5,7 @@ name = tree version = 1.7.0 -release = 1 +release = 2 groups = Applications/File url = http://mama.indstate.edu/users/ice/tree/ @@ -22,9 +22,9 @@ source_dl = ftp://mama.indstate.edu/linux/tree/ sources = %{thisapp}.tgz build - build - make CFLAGS="%{CFLAGS} $(getconf LFS_CFLAGS)" %{PARALLELISMFLAGS} - end + make_build_targets += \ + CFLAGS="%{CFLAGS} $(getconf LFS_CFLAGS)" \ + LDFLAGS="%{LDFLAGS}" install make install BINDIR=%{BUILDROOT}%{bindir} \