mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
F26 doesn't have %{build_ldflags}
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
3e4e6d91a0
commit
6ec7be2471
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue