tree: Honour LDFLAGS

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-10-15 09:06:52 -04:00
parent 050325f2d0
commit e126ee4543
1 changed files with 4 additions and 4 deletions

View File

@ -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} \