F26 doesn't have %{build_ldflags}

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2018-05-03 10:11:09 -04:00
parent 3e4e6d91a0
commit 6ec7be2471
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3
1 changed files with 1 additions and 1 deletions

View File

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