F26 doesn't have %{build_ldflags}
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
3e4e6d91a0
commit
6ec7be2471
@ -272,7 +272,7 @@ export CXXFLAGS='%{optflags} -g \
|
||||
export CFLAGS="$(echo ${CFLAGS} | tr '\n\\' ' ')"
|
||||
export CXXFLAGS="$(echo ${CXXFLAGS} | tr '\n\\' ' ')"
|
||||
|
||||
export LDFLAGS="%{build_ldflags}"
|
||||
export LDFLAGS="%{__global_ldflags}"
|
||||
|
||||
%if %{with bootstrap}
|
||||
./configure --prefix=%{_prefix} \
|
||||
|
Loading…
Reference in New Issue
Block a user