mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-06-30 06:39:29 +03:00
12-bookworm develop fix
This commit is contained in:
parent
f27d2f4680
commit
ed46e8db33
@ -1190,7 +1190,7 @@ RUN tar -xzf ${OPENSSL_35_TEMP} --directory /tmp && \
|
|||||||
cp -rfv ${OPENSSL_35_TEMP_SRC}/* ${OPENSSL_35_SRC_DIR} && \
|
cp -rfv ${OPENSSL_35_TEMP_SRC}/* ${OPENSSL_35_SRC_DIR} && \
|
||||||
ln -sf ${OPENSSL_35_SRC_DIR} ${OPENSSL_35_DIR}/src && \
|
ln -sf ${OPENSSL_35_SRC_DIR} ${OPENSSL_35_DIR}/src && \
|
||||||
cd ${OPENSSL_35_TEMP_SRC} && \
|
cd ${OPENSSL_35_TEMP_SRC} && \
|
||||||
CFLAGS="-Wno-error -fPIC" CXXFLAGS="-fPIC" ./c \
|
CFLAGS="-Wno-error -fPIC" CXXFLAGS="-fPIC" ./config \
|
||||||
zlib \
|
zlib \
|
||||||
--with-zlib-include=${ZLIB_DIR}/include \
|
--with-zlib-include=${ZLIB_DIR}/include \
|
||||||
--with-zlib-lib=${ZLIB_DIR}/lib \
|
--with-zlib-lib=${ZLIB_DIR}/lib \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user