mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
More openssl fixes
This commit is contained in:
parent
85ea5a67c6
commit
923981e2d4
2 changed files with 4 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ ded6ecc93cc194f5b22be26c6547c63a4b84959785212fded100440f71da1802 musl-1.1.24_2.
|
|||
f25c410403bef549d4ba37e500970480eaa649b582db9de9e21616257f9ecbcf musl-1.2.5_1.tar.bz2
|
||||
3755dc16bfa1ff39a1c9309c2c03bb0e5dfc215ae4b1c242f3818fe07c1014e4 musl-1.2.5_2.tar.bz2
|
||||
62d3091f09315ef0c01865d15068ee14e19a04bdb40c23f5490a01aa23dd5565 opendoas-6.8.2_0.tar.bz2
|
||||
c23cc2088428586f594888159486800e7028b09e9f61d4a0d5ddf5d8f8fbab66 openssl-3.6.0_0.tar.bz2
|
||||
ec2e1ab5f343dceb1a6cfd495bd9cc476cd212584e09a60758bbed386c5267cd openssl-3.6.0_0.tar.bz2
|
||||
fe460b1f4a5a7fc6bbcfa2ec0197eb4d5d2ad089a2c59a21000384cd429716e6 patch-2.8_0.tar.bz2
|
||||
44456a0635dc56351d34bf9701487e562c2c903393db2cc99f5c3a6d2ecf52d4 perl-5.000_0.tar.bz2
|
||||
0b7ded1733433323c2056b1005828aaabb8aaca9505839333a8e80f12669f203 perl-5.003_0.tar.bz2
|
||||
|
|
|
|||
|
|
@ -72,6 +72,9 @@ src_configure() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
declare -x SOURCE_DATE_EPOCH=1759320660
|
||||
declare -x OSSL_COPYRIGHT_YEAR=2025
|
||||
|
||||
make generate
|
||||
perl util/mkerr.pl -internal -rebuild
|
||||
for conf in engines/*.ec; do
|
||||
|
|
@ -81,7 +84,6 @@ src_compile() {
|
|||
done
|
||||
mv ./*_err.{c,h} engines/
|
||||
|
||||
declare -x SOURCE_DATE_EPOCH=1638831119
|
||||
default
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue