From 8f82765e86b58202916870a294f1892e1a0fe713 Mon Sep 17 00:00:00 2001 From: Wildan Mubarok Date: Sat, 28 Jun 2025 15:11:40 +0000 Subject: [PATCH] Skip man pages build for openssl1 --- recipes/libs/openssl1/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/libs/openssl1/recipe.toml b/recipes/libs/openssl1/recipe.toml index 2666b3860..d96b7ec9e 100644 --- a/recipes/libs/openssl1/recipe.toml +++ b/recipes/libs/openssl1/recipe.toml @@ -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} """