saprasad / rpms / openssl

Forked from rpms/openssl 3 years ago
Clone
5004ccf
diff -up openssl-1.1.1f/Configurations/10-main.conf.build openssl-1.1.1f/Configurations/10-main.conf
5004ccf
--- openssl-1.1.1f/Configurations/10-main.conf.build	2020-03-31 14:17:45.000000000 +0200
5004ccf
+++ openssl-1.1.1f/Configurations/10-main.conf	2020-04-07 16:42:10.920546387 +0200
5004ccf
@@ -678,6 +678,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" => {
5004ccf
@@ -718,6 +719,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") ],
5004ccf
diff -up openssl-1.1.1f/Configurations/unix-Makefile.tmpl.build openssl-1.1.1f/Configurations/unix-Makefile.tmpl
5004ccf
--- openssl-1.1.1f/Configurations/unix-Makefile.tmpl.build	2020-04-07 16:42:10.920546387 +0200
5004ccf
+++ openssl-1.1.1f/Configurations/unix-Makefile.tmpl	2020-04-07 16:44:23.539142108 +0200
5004ccf
@@ -823,7 +823,7 @@ uninstall_runtime_libs:
5004ccf
 install_man_docs:
5004ccf
 	@[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
5004ccf
 	@$(ECHO) "*** Installing manpages"
5004ccf
-	$(PERL) $(SRCDIR)/util/process_docs.pl \
5004ccf
+	TZ=UTC $(PERL) $(SRCDIR)/util/process_docs.pl \
5004ccf
 		"--destdir=$(DESTDIR)$(MANDIR)" --type=man --suffix=$(MANSUFFIX)
5004ccf
 
5004ccf
 uninstall_man_docs:
5004ccf
@@ -835,7 +835,7 @@ uninstall_man_docs:
5004ccf
 install_html_docs:
5004ccf
 	@[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
5004ccf
 	@$(ECHO) "*** Installing HTML manpages"
5004ccf
-	$(PERL) $(SRCDIR)/util/process_docs.pl \
5004ccf
+	TZ=UTC $(PERL) $(SRCDIR)/util/process_docs.pl \
5004ccf
 		"--destdir=$(DESTDIR)$(HTMLDIR)" --type=html
5004ccf
 
5004ccf
 uninstall_html_docs: