Compare commits

...

10 Commits

Author SHA1 Message Date
David Abdurachmanov e164013a0f
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-07-23 17:14:55 +03:00
David Abdurachmanov 5ea777e397
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-04-12 11:47:52 +03:00
David Abdurachmanov d197a6915e
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-11-15 07:43:13 +02:00
David Abdurachmanov 3f55e9c974
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-09-03 15:45:30 +03:00
David Abdurachmanov 9a70c0ecce
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2019-01-16 09:07:15 +01:00
David Abdurachmanov e18afbe0a2
Merge remote-tracking branch 'up/f29' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-08-26 20:45:52 +03:00
David Abdurachmanov 03af38ee90
Fix changelog entry
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-07-26 17:18:59 +02:00
David Abdurachmanov 8078616a9d
Merge commit '9189f03055d4d55949fb897a1049b800327a312f' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-07-26 17:16:44 +02:00
David Abdurachmanov 2e9a37afa3 Fix typo in %ifarch
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-05-09 17:28:10 +02:00
David Abdurachmanov 366634ae28 Add --libdir=%{_lib} for riscv64
We need this because there is no riscv64 specific configuration which
would set multilib to 64. It should be easy to write one and send to
the upstream.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-05-09 12:18:40 +02:00
1 changed files with 7 additions and 1 deletions

View File

@ -22,7 +22,7 @@
Summary: Utilities from the general purpose cryptography library with TLS implementation
Name: openssl
Version: 1.1.1g
Release: 14%{?dist}
Release: 14.0.riscv64%{?dist}
Epoch: 1
# We have to remove certain patented algorithms from the openssl source
# tarball with the hobble-openssl script which is included below.
@ -265,6 +265,9 @@ export HASHBANGPERL=/usr/bin/perl
# RPM_OPT_FLAGS, so we can skip specifiying them here.
./Configure \
--prefix=%{_prefix} --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \
%ifarch riscv64
--libdir=%{_lib} \
%endif
--system-ciphers-file=%{_sysconfdir}/crypto-policies/back-ends/openssl.config \
zlib enable-camellia enable-seed enable-rfc3779 enable-sctp \
enable-cms enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method \
@ -475,6 +478,9 @@ export LD_LIBRARY_PATH
%ldconfig_scriptlets libs
%changelog
* Thu Jul 23 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> 1:1.1.1g-14.0.riscv64
- Add --libdir=%{_lib} for riscv64 (uses linux-generic64)
* Tue Jul 21 2020 Tom Stellard <tstellar@redhat.com> - 1:1.1.1g-14
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro