Blame SOURCES/openssl-1.1.1-build.patch

e4b8d1
diff -up openssl-1.1.1-pre8/Configurations/unix-Makefile.tmpl.build openssl-1.1.1-pre8/Configurations/unix-Makefile.tmpl
e4b8d1
--- openssl-1.1.1-pre8/Configurations/unix-Makefile.tmpl.build	2018-06-20 16:48:09.000000000 +0200
e4b8d1
+++ openssl-1.1.1-pre8/Configurations/unix-Makefile.tmpl	2018-07-16 17:15:38.108831031 +0200
e4b8d1
@@ -680,7 +680,7 @@ uninstall_runtime:
e4b8d1
 install_man_docs:
e4b8d1
 	@[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
e4b8d1
 	@$(ECHO) "*** Installing manpages"
e4b8d1
-	$(PERL) $(SRCDIR)/util/process_docs.pl \
e4b8d1
+	TZ=UTC $(PERL) $(SRCDIR)/util/process_docs.pl \
e4b8d1
 		--destdir=$(DESTDIR)$(MANDIR) --type=man --suffix=$(MANSUFFIX)
e4b8d1
 
e4b8d1
 uninstall_man_docs:
e4b8d1
@@ -692,7 +692,7 @@ uninstall_man_docs:
e4b8d1
 install_html_docs:
e4b8d1
 	@[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
e4b8d1
 	@$(ECHO) "*** Installing HTML manpages"
e4b8d1
-	$(PERL) $(SRCDIR)/util/process_docs.pl \
e4b8d1
+	TZ=UTC $(PERL) $(SRCDIR)/util/process_docs.pl \
e4b8d1
 		--destdir=$(DESTDIR)$(HTMLDIR) --type=html
e4b8d1
 
e4b8d1
 uninstall_html_docs:
e4b8d1
diff -up openssl-1.1.1-pre8/Configurations/10-main.conf.build openssl-1.1.1-pre8/Configurations/10-main.conf
e4b8d1
--- openssl-1.1.1-pre8/Configurations/10-main.conf.build	2018-06-20 16:48:09.000000000 +0200
e4b8d1
+++ openssl-1.1.1-pre8/Configurations/10-main.conf	2018-07-16 17:17:10.312045203 +0200
e4b8d1
@@ -693,6 +693,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" => {
e4b8d1
@@ -733,6 +734,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") ],