12-bookworm develop fix

This commit is contained in:
STAM 2025-04-28 13:38:28 +03:00
parent f27d2f4680
commit ed46e8db33
No known key found for this signature in database
GPG Key ID: 711526C6938897F1

View File

@ -1190,7 +1190,7 @@ RUN tar -xzf ${OPENSSL_35_TEMP} --directory /tmp && \
cp -rfv ${OPENSSL_35_TEMP_SRC}/* ${OPENSSL_35_SRC_DIR} && \
ln -sf ${OPENSSL_35_SRC_DIR} ${OPENSSL_35_DIR}/src && \
cd ${OPENSSL_35_TEMP_SRC} && \
CFLAGS="-Wno-error -fPIC" CXXFLAGS="-fPIC" ./c \
CFLAGS="-Wno-error -fPIC" CXXFLAGS="-fPIC" ./config \
zlib \
--with-zlib-include=${ZLIB_DIR}/include \
--with-zlib-lib=${ZLIB_DIR}/lib \