Skip man pages build for openssl1

This commit is contained in:
Wildan Mubarok 2025-06-28 15:11:40 +00:00
parent cf34a9397d
commit 8f82765e86

View File

@ -17,6 +17,6 @@ COOKBOOK_CONFIGURE_FLAGS=(
export CC="${TARGET}-gcc"
"${COOKBOOK_CONFIGURE}" "${COOKBOOK_CONFIGURE_FLAGS[@]}"
"${COOKBOOK_MAKE}" -j"${COOKBOOK_MAKE_JOBS}"
"${COOKBOOK_MAKE}" install DESTDIR="${COOKBOOK_STAGE}"
"${COOKBOOK_MAKE}" install_sw install_ssldirs DESTDIR="${COOKBOOK_STAGE}"
rm -rfv "${COOKBOOK_STAGE}/"{share,ssl}
"""