File tree Expand file tree Collapse file tree
images/packages/binaries/openssl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ firmware:
44 edk2 : stable202411
55package :
66 swtpm : 0.10.0
7- openssl : 3.3.3
7+ openssl : openssl-3.4.1
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import:
1515{{- $name := print $.ImageName "-dependencies" -}}
1616{{- define "$name" -}}
1717packages :
18- - gcc git make
18+ - gcc git make glibc-devel-static musl-devel-static
1919- autoconf automake libtool makeinfo
2020- perl-Net-SSLeay perl-IPC-Cmd perl-Pod-Html
2121- autoconf libtool makeinfo gettext-devel po4a
@@ -41,12 +41,11 @@ shell:
4141 install :
4242 - |
4343 OUTDIR=/out
44- # mkdir -p ~/.ssh && echo "StrictHostKeyChecking accept-new" > ~/.ssh/config
44+ # mkdir -p ~/.ssh && echo "StrictHostKeyChecking accept-new" > ~/.ssh/config
4545
46- git clone --depth=1 $(cat /run/secrets/SOURCE_REPO)/{{ $gitRepoUrl }} --branch v {{ $version }} /src
46+ git clone --depth=1 $(cat /run/secrets/SOURCE_REPO)/{{ $gitRepoUrl }} --branch {{ $version }} /src
4747 cd /src
4848
49- ./Configure --prefix=/usr \
50- CC=/usr/bin/musl-gcc
49+ ./Configure --prefix=/usr CC=/usr/bin/musl-gcc -static
5150 make -j $(nproc)
52- make install -j $(nproc) DESTDIR=/out
51+ make install_sw -j $(nproc) DESTDIR=/out
You can’t perform that action at this time.
0 commit comments