lzip: Honour CFLAGS, LDFLAGS, etc.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-06-19 13:57:38 -04:00
parent 71ad20f276
commit 88a7a393d5
1 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@
name = lzip
version = 1.17
release = 1
release = 2
groups = Application/File
url = http://www.nongnu.org/lzip/lzip.html
@ -22,6 +22,11 @@ end
source_dl = http://download.savannah.gnu.org/releases/lzip/
build
configure_options += \
CFLAGS="%{CFLAGS}" \
CXXFLAGS="%{CXXFLAGS}" \
LDFLAGS="%{LDFLAGS}"
make_install_target += install-man
end