mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
More openssl fixes
This commit is contained in:
parent
85ea5a67c6
commit
923981e2d4
2 changed files with 4 additions and 2 deletions
|
|
@ -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