Sha256: f56fb05292f9b74456f4c78aae21e8ab9a31a80bcec71ae94c1367bc80af9a1a

Contents?: true

Size: 1.15 KB

Versions: 6

Compression:

Stored size: 1.15 KB

Contents

--- openssl-3.0.1/Configurations/unix-Makefile.tmpl.orig	2022-03-04 04:45:21.611028316 +0000
+++ openssl-3.0.1/Configurations/unix-Makefile.tmpl	2022-03-04 04:45:39.164848171 +0000
@@ -546,7 +546,7 @@
 	@echo "Tests are not supported with your chosen Configure options"
 	@ : {- output_on() if !$disabled{tests}; "" -}

-install: install_sw install_ssldirs install_docs {- $disabled{fips} ? "" : "install_fips" -}
+install: install_sw install_ssldirs {- $disabled{fips} ? "" : "install_fips" -}

 uninstall: uninstall_docs uninstall_sw {- $disabled{fips} ? "" : "uninstall_fips" -}

--- openssl-3.0.1/Configurations/windows-makefile.tmpl.orig	2022-03-04 04:46:02.850951693 +0000
+++ openssl-3.0.1/Configurations/windows-makefile.tmpl	2022-03-04 04:46:13.353494915 +0000
@@ -453,7 +453,7 @@
 	@$(ECHO) "Tests are not supported with your chosen Configure options"
 	@{- output_on() if !$disabled{tests}; "\@rem" -}

-install: install_sw install_ssldirs install_docs {- $disabled{fips} ? "" : "install_fips" -}
+install: install_sw install_ssldirs {- $disabled{fips} ? "" : "install_fips" -}

 uninstall: uninstall_docs uninstall_sw {- $disabled{fips} ? "" : "uninstall_fips" -}
 

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
omnibus-software-23.7.295 config/patches/openssl/openssl-3.0.1-do-not-install-docs.patch
omnibus-software-23.6.292 config/patches/openssl/openssl-3.0.1-do-not-install-docs.patch
omnibus-software-23.6.291 config/patches/openssl/openssl-3.0.1-do-not-install-docs.patch
omnibus-software-23.2.283 config/patches/openssl/openssl-3.0.1-do-not-install-docs.patch
omnibus-software-23.2.281 config/patches/openssl/openssl-3.0.1-do-not-install-docs.patch
omnibus-software-22.11.239 config/patches/openssl/openssl-3.0.1-do-not-install-docs.patch