Blame SOURCES/openssl-1.1.1-build.patch

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