3c66f65a6a
Rebase patches onto new version Remove 0005-crypto-perlasm-ppc-xlate.pl-add-linux64v2-flavour.patch, 0006-Add-support-for-io_pgetevents_time64-syscall.patch, and 0007-Fixup-support-for-io_pgetevents_time64-syscall.patch as these are already applied upstream Updated license after switch to Apache license: https://www.openssl.org/blog/blog/2021/06/17/OpenSSL3.0ReleaseCandidate/ [Bernd: fixed license file/hash] Signed-off-by: Danny Wood <danny@rotronics.co.uk> Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Peter: update .checkpackageignore] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
From d8f104bffb0c4acb8c5fcdf49628f7d02ed48f7f Mon Sep 17 00:00:00 2001
|
|
From: Mike Frysinger <vapier@gentoo.org>
|
|
Date: Sat, 16 May 2015 18:53:51 +0200
|
|
Subject: [PATCH] Dont waste time building manpages if we're not going to use
|
|
em.
|
|
|
|
Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
|
|
[Gustavo: update for parallel-build]
|
|
|
|
[rebased on openssl-1.1.0h]
|
|
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
|
|
[rebased on openssl-1.1.1i]
|
|
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
|
---
|
|
Configurations/unix-Makefile.tmpl | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
|
|
index 40cf2c3..777d9ca 100644
|
|
--- a/Configurations/unix-Makefile.tmpl
|
|
+++ b/Configurations/unix-Makefile.tmpl
|
|
@@ -546,7 +546,7 @@ list-tests:
|
|
@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" -}
|
|
|
|
--
|
|
2.16.3
|
|
|