apply RPM_LD_FLAGS properly (#1541033)
This commit is contained in:
parent
899f2baacb
commit
c11b1341c5
@ -22,7 +22,7 @@
|
|||||||
Summary: Utilities from the general purpose cryptography library with TLS implementation
|
Summary: Utilities from the general purpose cryptography library with TLS implementation
|
||||||
Name: openssl
|
Name: openssl
|
||||||
Version: 1.1.0g
|
Version: 1.1.0g
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
# We have to remove certain patented algorithms from the openssl source
|
# We have to remove certain patented algorithms from the openssl source
|
||||||
# tarball with the hobble-openssl script which is included below.
|
# tarball with the hobble-openssl script which is included below.
|
||||||
@ -247,7 +247,7 @@ export HASHBANGPERL=/usr/bin/perl
|
|||||||
|
|
||||||
util/mkdef.pl crypto update
|
util/mkdef.pl crypto update
|
||||||
|
|
||||||
make all
|
make all LDFLAGS="$RPM_LD_FLAGS"
|
||||||
|
|
||||||
# Overwrite FIPS README
|
# Overwrite FIPS README
|
||||||
cp -f %{SOURCE11} .
|
cp -f %{SOURCE11} .
|
||||||
@ -433,6 +433,9 @@ export LD_LIBRARY_PATH
|
|||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 1 2018 Tomáš Mráz <tmraz@redhat.com> 1.1.0g-4
|
||||||
|
- apply RPM_LD_FLAGS properly (#1541033)
|
||||||
|
|
||||||
* Thu Jan 11 2018 Tomáš Mráz <tmraz@redhat.com> 1.1.0g-3
|
* Thu Jan 11 2018 Tomáš Mráz <tmraz@redhat.com> 1.1.0g-3
|
||||||
- silence the .rnd write failure as that is auxiliary functionality (#1524833)
|
- silence the .rnd write failure as that is auxiliary functionality (#1524833)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user