From: Michael Tremer Date: Sun, 19 Jun 2016 17:57:38 +0000 (-0400) Subject: lzip: Honour CFLAGS, LDFLAGS, etc. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88a7a393d592bc5d641a4beb99684d55f7c8dcd9;p=ipfire-3.x.git lzip: Honour CFLAGS, LDFLAGS, etc. Signed-off-by: Michael Tremer --- diff --git a/lzip/lzip.nm b/lzip/lzip.nm index 1a70c0644..387e1baf2 100644 --- a/lzip/lzip.nm +++ b/lzip/lzip.nm @@ -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