mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-05 02:45:23 +01:00
Add openssl 1.1.1l.
This commit is contained in:
parent
a8cdecdfbd
commit
bdd0227fdd
5 changed files with 31 additions and 0 deletions
3
sysc/openssl-1.1.1l/checksums
Normal file
3
sysc/openssl-1.1.1l/checksums
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
d41f1a106a54c0fae76787faf998ac1b53db24f75221387ed3444eba420e0ced /usr/bin/openssl
|
||||
3e45beb5d7b2c0a53f85c75a47f8357d177ebb03b0446464d24c01bfc2e617fb /usr/lib/musl/libcrypto.a
|
||||
e84bc60e188ccd2b65e96422470f489fa31dbcebc45de1747a713fb284c07ba9 /usr/lib/musl/libssl.a
|
||||
22
sysc/openssl-1.1.1l/openssl-1.1.1l.sh
Executable file
22
sysc/openssl-1.1.1l/openssl-1.1.1l.sh
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# Remove a bunch of pregenerated files
|
||||
# thanks for making these easy to find :)
|
||||
find . -name build.info -exec grep 'GENERATE\[' {} \; | sed 's/.*\[//' | sed 's/\].*$//' | xargs -I{} find . -name {} -delete
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
MACHINE=i386 ./config --prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
no-shared
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
export SOURCE_DATE_EPOCH=1638831119
|
||||
default
|
||||
}
|
||||
|
|
@ -56,6 +56,8 @@ build perl-5.32.1
|
|||
|
||||
build libarchive-3.5.2
|
||||
|
||||
build openssl-1.1.1l
|
||||
|
||||
build automake-1.16.3
|
||||
|
||||
build autoconf-2.71
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue