mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
openssl: update to 3.6.0 + remove pregenerated files
There are a fairly significant number. The previous check was actually wrong (all GENERATE files are generated in the build process :\). Change Python accordingly.
This commit is contained in:
parent
2e18c35df8
commit
af23ad1607
10 changed files with 187 additions and 41 deletions
|
|
@ -11,7 +11,7 @@ src_prepare() {
|
|||
|
||||
# Regenerate ssl_data for ssl module
|
||||
rm Modules/_ssl_data_111.h Modules/_ssl_data.h
|
||||
python -B Tools/ssl/make_ssl_data.py ../openssl-3.0.13 Modules/_ssl_data_300.h
|
||||
python -B Tools/ssl/make_ssl_data.py ../openssl-3.6.0 Modules/_ssl_data_300.h
|
||||
sed -i 's#$(srcdir)/Modules/_ssl_data.h ##' Makefile.pre.in
|
||||
sed -i 's#$(srcdir)/Modules/_ssl_data_111.h ##' Makefile.pre.in
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue