Enable PIC mode for assembler files (#2167430)
This commit is contained in:
parent
c4c1f3b8d4
commit
0f50409ae6
@ -1,2 +1,5 @@
|
|||||||
*cc1_options:
|
*cc1_options:
|
||||||
+ %{!r:%{!fpie:%{!fPIE:%{!fpic:%{!fPIC:%{!fno-pic:-fPIE}}}}}}
|
+ %{!r:%{!fpie:%{!fPIE:%{!fpic:%{!fPIC:%{!fno-pic:-fPIE}}}}}}
|
||||||
|
|
||||||
|
*cpp_options:
|
||||||
|
+ %{!r:%{!fpie:%{!fPIE:%{!fpic:%{!fPIC:%{!fno-pic:-fPIE}}}}}}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# 2) When making changes, increment the version (in baserelease) by 1.
|
# 2) When making changes, increment the version (in baserelease) by 1.
|
||||||
# rpmdev-bumpspec and other tools update the macro below, which is used
|
# rpmdev-bumpspec and other tools update the macro below, which is used
|
||||||
# in Version: to get the desired effect.
|
# in Version: to get the desired effect.
|
||||||
%global baserelease 257
|
%global baserelease 258
|
||||||
|
|
||||||
Summary: Red Hat specific rpm configuration files
|
Summary: Red Hat specific rpm configuration files
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
@ -254,6 +254,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
|
|||||||
%doc buildflags.md
|
%doc buildflags.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 5 2023 Florian Weimer <fweimer@redhat.com> - 258-1
|
||||||
|
- Enable PIC mode for assembler files (#2167430)
|
||||||
|
|
||||||
* Wed Jul 05 2023 Frederic Berat <fberat@redhat.com> - 257-1
|
* Wed Jul 05 2023 Frederic Berat <fberat@redhat.com> - 257-1
|
||||||
- update config.{guess,sub} to gnuconfig git HEAD
|
- update config.{guess,sub} to gnuconfig git HEAD
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user