Fix typo in LDFLAGS-rtld setting (#1600034)

This commit is contained in:
Florian Weimer 2018-07-11 13:21:42 +02:00
parent 6404b25896
commit e75713e5c1
1 changed files with 1 additions and 1 deletions

View File

@ -768,7 +768,7 @@ rpm_inherit_flags \
# separate-code (the default) on i686, so we work around that here.
# See <https://bugzilla.redhat.com/show_bug.cgi?id=1600034>.
%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
%define glibc_make_flags_ld %{nil}
%endif