2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2025-07-28 17:06:19 +00:00

Selectively build OpenSSL components

This skips documententation generation which should significantly speed
up the build as those files are ignored anyway.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
2020-05-12 09:49:18 +01:00
parent fbc903e920
commit a0e288d291

View File

@@ -107,7 +107,9 @@ RUN curl -sSL https://openssl.org/source/openssl-${OPENSSL_VER}.tar.gz \
shared \ shared \
zlib-dynamic \ zlib-dynamic \
no-rc5 \ no-rc5 \
&& make install \ && make \
install_sw \
install_ssldirs \
&& cp libssl*.so* libcrypto*.so* $PREFIX/usr/lib && cp libssl*.so* libcrypto*.so* $PREFIX/usr/lib
# Download and build curl # Download and build curl