mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
Merge branch 'speedup-openssl1' into 'master'
Skip man pages build for openssl1 See merge request redox-os/cookbook!511
This commit is contained in:
commit
25b13e49b7
@ -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}
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user