From: Michael Tremer Date: Sun, 2 Oct 2016 20:29:02 +0000 (-0400) Subject: sip: Honour LDFLAGS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b48cd6097ea35fcf5d1c4ec0bfd1cda03cee6c3a;p=ipfire-3.x.git sip: Honour LDFLAGS Signed-off-by: Michael Tremer --- diff --git a/sip/sip.nm b/sip/sip.nm index f0249d770..9533fa5b8 100644 --- a/sip/sip.nm +++ b/sip/sip.nm @@ -5,7 +5,7 @@ name = sip version = %{major_ver}.%{minor_ver}.%{rev_ver} -release = 1 +release = 2 epoch = 1 major_ver = 4 @@ -37,7 +37,8 @@ build build python configure.py \ CFLAGS+="%{CFLAGS}" \ - CXXFLAGS+="%{CXXFLAGS}" + CXXFLAGS+="%{CXXFLAGS}" \ + LFLAGS+="%{LDFLAGS}" make %{PARALLELISMFLAGS} end @@ -45,7 +46,6 @@ end packages package %{name} - end package %{name}-devel template DEVEL