isaacpittman-hitachi / rpms / openssl

Forked from rpms/openssl 2 years ago
Clone

Blame SOURCES/openssl-1.1.1-build.patch

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