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