9189f03
diff -up openssl-1.1.1-pre8/Configurations/unix-Makefile.tmpl.build openssl-1.1.1-pre8/Configurations/unix-Makefile.tmpl
9189f03
--- openssl-1.1.1-pre8/Configurations/unix-Makefile.tmpl.build	2018-06-20 16:48:09.000000000 +0200
9189f03
+++ openssl-1.1.1-pre8/Configurations/unix-Makefile.tmpl	2018-07-16 17:15:38.108831031 +0200
9189f03
@@ -680,7 +680,7 @@ uninstall_runtime:
9189f03
 install_man_docs:
9189f03
 	@[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
9189f03
 	@$(ECHO) "*** Installing manpages"
9189f03
-	$(PERL) $(SRCDIR)/util/process_docs.pl \
9189f03
+	TZ=UTC $(PERL) $(SRCDIR)/util/process_docs.pl \
9189f03
 		--destdir=$(DESTDIR)$(MANDIR) --type=man --suffix=$(MANSUFFIX)
9189f03
 
9189f03
 uninstall_man_docs:
9189f03
@@ -692,7 +692,7 @@ uninstall_man_docs:
9189f03
 install_html_docs:
9189f03
 	@[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
9189f03
 	@$(ECHO) "*** Installing HTML manpages"
9189f03
-	$(PERL) $(SRCDIR)/util/process_docs.pl \
9189f03
+	TZ=UTC $(PERL) $(SRCDIR)/util/process_docs.pl \
9189f03
 		--destdir=$(DESTDIR)$(HTMLDIR) --type=html
9189f03
 
9189f03
 uninstall_html_docs:
9189f03
diff -up openssl-1.1.1-pre8/Configurations/10-main.conf.build openssl-1.1.1-pre8/Configurations/10-main.conf
9189f03
--- openssl-1.1.1-pre8/Configurations/10-main.conf.build	2018-06-20 16:48:09.000000000 +0200
9189f03
+++ openssl-1.1.1-pre8/Configurations/10-main.conf	2018-07-16 17:17:10.312045203 +0200
9189f03
@@ -693,6 +693,7 @@ my %targets = (
9189f03
         cxxflags         => add("-m64"),
9189f03
         lib_cppflags     => add("-DL_ENDIAN"),
9189f03
         perlasm_scheme   => "linux64le",
9189f03
+        multilib         => "64",
9189f03
     },
9189f03
 
9189f03
     "linux-armv4" => {
9189f03
@@ -733,6 +734,7 @@ my %targets = (
9189f03
     "linux-aarch64" => {
9189f03
         inherit_from     => [ "linux-generic64", asm("aarch64_asm") ],
9189f03
         perlasm_scheme   => "linux64",
9189f03
+        multilib         => "64",
9189f03
     },
9189f03
     "linux-arm64ilp32" => {  # https://wiki.linaro.org/Platform/arm64-ilp32
9189f03
         inherit_from     => [ "linux-generic32", asm("aarch64_asm") ],