mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 15:15:13 +00:00
Set config dir for OpenSSL and disable OpenSSL DSO
System-provided engines may crash bundled OpenSSL
This commit is contained in:
@@ -424,7 +424,12 @@ RUN git clone -b OpenSSL_${OPENSSL_VER}-stable --depth=1 \
|
|||||||
$GIT/openssl/openssl.git $opensslDir
|
$GIT/openssl/openssl.git $opensslDir
|
||||||
|
|
||||||
WORKDIR ${opensslDir}
|
WORKDIR ${opensslDir}
|
||||||
RUN ./config --prefix="$OPENSSL_PREFIX" no-tests
|
RUN ./config \
|
||||||
|
--prefix="$OPENSSL_PREFIX" \
|
||||||
|
--openssldir=/etc/ssl \
|
||||||
|
no-tests \
|
||||||
|
no-dso
|
||||||
|
|
||||||
RUN make -j$(nproc)
|
RUN make -j$(nproc)
|
||||||
RUN make DESTDIR="$LibrariesPath/openssl-cache" install_sw
|
RUN make DESTDIR="$LibrariesPath/openssl-cache" install_sw
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user