sip: Honour LDFLAGS

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-10-02 16:29:02 -04:00
parent 2374af0b56
commit b48cd6097e
1 changed files with 3 additions and 3 deletions

View File

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