Fix typo in LDFLAGS-rtld setting (#1600034)
This commit is contained in:
parent
6404b25896
commit
e75713e5c1
@ -768,7 +768,7 @@ rpm_inherit_flags \
|
|||||||
# separate-code (the default) on i686, so we work around that here.
|
# separate-code (the default) on i686, so we work around that here.
|
||||||
# See <https://bugzilla.redhat.com/show_bug.cgi?id=1600034>.
|
# See <https://bugzilla.redhat.com/show_bug.cgi?id=1600034>.
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
%define glibc_make_flags_ld LDFLAGS-rtld="-g -Wa,--generate-missing-build-notes=yes"
|
%define glibc_make_flags_ld LDFLAGS-rtld="-Wl,-z,noseparate-code"
|
||||||
%else
|
%else
|
||||||
%define glibc_make_flags_ld %{nil}
|
%define glibc_make_flags_ld %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user