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