Resolves: rhbz#1986627
Turn on LTO in NSS
This commit is contained in:
parent
a9f294d68c
commit
af791c1ba6
7
nss.spec
7
nss.spec
@ -3,7 +3,7 @@
|
|||||||
# NOTE: To avoid NVR clashes of nspr* packages:
|
# NOTE: To avoid NVR clashes of nspr* packages:
|
||||||
# - reset %%{nspr_release} to 1, when updating %%{nspr_version}
|
# - reset %%{nspr_release} to 1, when updating %%{nspr_version}
|
||||||
# - increment %%{nspr_version}, when updating the NSS part only
|
# - increment %%{nspr_version}, when updating the NSS part only
|
||||||
%global baserelease 1
|
%global baserelease 2
|
||||||
%global nss_release %baserelease
|
%global nss_release %baserelease
|
||||||
# use "%%global nspr_release %%[%%baserelease+n]" to handle offsets when
|
# use "%%global nspr_release %%[%%baserelease+n]" to handle offsets when
|
||||||
# release number between nss and nspr are different.
|
# release number between nss and nspr are different.
|
||||||
@ -352,7 +352,7 @@ popd
|
|||||||
# Build NSS
|
# Build NSS
|
||||||
#
|
#
|
||||||
# This package fails its testsuite with LTO. Disable LTO for now
|
# This package fails its testsuite with LTO. Disable LTO for now
|
||||||
%global _lto_cflags %{nil}
|
#%global _lto_cflags %{nil}
|
||||||
|
|
||||||
#export FREEBL_NO_DEPEND=1
|
#export FREEBL_NO_DEPEND=1
|
||||||
|
|
||||||
@ -1059,6 +1059,9 @@ update-crypto-policies &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 10 2021 Bob Relyea <rrelyea@redhat.com> - 3.69.0-2
|
||||||
|
- turn on lto
|
||||||
|
|
||||||
* Tue Aug 10 2021 Bob Relyea <rrelyea@redhat.com> - 3.69.0-1
|
* Tue Aug 10 2021 Bob Relyea <rrelyea@redhat.com> - 3.69.0-1
|
||||||
- Update to 3.69
|
- Update to 3.69
|
||||||
- Update to NSPR 4.31
|
- Update to NSPR 4.31
|
||||||
|
Loading…
Reference in New Issue
Block a user