Blame SOURCES/openssl-1.1.1-build.patch

9b88be
diff -up openssl-1.1.1f/Configurations/10-main.conf.build openssl-1.1.1f/Configurations/10-main.conf
9b88be
--- openssl-1.1.1f/Configurations/10-main.conf.build	2020-03-31 14:17:45.000000000 +0200
9b88be
+++ openssl-1.1.1f/Configurations/10-main.conf	2020-04-07 16:42:10.920546387 +0200
9b88be
@@ -678,6 +678,7 @@ my %targets = (
9b88be
         cxxflags         => add("-m64"),
9b88be
         lib_cppflags     => add("-DL_ENDIAN"),
9b88be
         perlasm_scheme   => "linux64le",
9b88be
+        multilib         => "64",
9b88be
     },
9b88be
 
9b88be
     "linux-armv4" => {
9b88be
@@ -718,6 +719,7 @@ my %targets = (
9b88be
     "linux-aarch64" => {
9b88be
         inherit_from     => [ "linux-generic64", asm("aarch64_asm") ],
9b88be
         perlasm_scheme   => "linux64",
9b88be
+        multilib         => "64",
9b88be
     },
9b88be
     "linux-arm64ilp32" => {  # https://wiki.linaro.org/Platform/arm64-ilp32
9b88be
         inherit_from     => [ "linux-generic32", asm("aarch64_asm") ],
9b88be
diff -up openssl-1.1.1f/Configurations/unix-Makefile.tmpl.build openssl-1.1.1f/Configurations/unix-Makefile.tmpl
9b88be
--- openssl-1.1.1f/Configurations/unix-Makefile.tmpl.build	2020-04-07 16:42:10.920546387 +0200
9b88be
+++ openssl-1.1.1f/Configurations/unix-Makefile.tmpl	2020-04-07 16:44:23.539142108 +0200
9b88be
@@ -823,7 +823,7 @@ uninstall_runtime_libs:
9b88be
 install_man_docs:
9b88be
 	@[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
9b88be
 	@$(ECHO) "*** Installing manpages"
9b88be
-	$(PERL) $(SRCDIR)/util/process_docs.pl \
9b88be
+	TZ=UTC $(PERL) $(SRCDIR)/util/process_docs.pl \
9b88be
 		"--destdir=$(DESTDIR)$(MANDIR)" --type=man --suffix=$(MANSUFFIX)
9b88be
 
9b88be
 uninstall_man_docs:
9b88be
@@ -835,7 +835,7 @@ uninstall_man_docs:
9b88be
 install_html_docs:
9b88be
 	@[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
9b88be
 	@$(ECHO) "*** Installing HTML manpages"
9b88be
-	$(PERL) $(SRCDIR)/util/process_docs.pl \
9b88be
+	TZ=UTC $(PERL) $(SRCDIR)/util/process_docs.pl \
9b88be
 		"--destdir=$(DESTDIR)$(HTMLDIR)" --type=html
9b88be
 
9b88be
 uninstall_html_docs: