2016-11-11 13:47:36 +00:00
|
|
|
diff -up openssl-1.1.0c/Configurations/unix-Makefile.tmpl.build openssl-1.1.0c/Configurations/unix-Makefile.tmpl
|
|
|
|
--- openssl-1.1.0c/Configurations/unix-Makefile.tmpl.build 2016-11-10 15:03:43.000000000 +0100
|
|
|
|
+++ openssl-1.1.0c/Configurations/unix-Makefile.tmpl 2016-11-11 13:26:36.094400833 +0100
|
|
|
|
@@ -630,7 +630,7 @@ install_man_docs:
|
2016-10-11 08:31:54 +00:00
|
|
|
@\
|
|
|
|
OUTSUFFIX='.$${SEC}$(MANSUFFIX)'; \
|
|
|
|
OUTTOP="$(DESTDIR)$(MANDIR)"; \
|
|
|
|
- GENERATE='pod2man --name=$$NAME --section=$$SEC --center=OpenSSL --release=$(VERSION)'; \
|
|
|
|
+ GENERATE='TZ=UTC pod2man --name=$$NAME --section=$$SEC --center=OpenSSL --release=$(VERSION)'; \
|
|
|
|
$(PROCESS_PODS)
|
|
|
|
|
|
|
|
uninstall_man_docs:
|
2016-11-11 13:47:36 +00:00
|
|
|
diff -up openssl-1.1.0c/Configurations/10-main.conf.build openssl-1.1.0c/Configurations/10-main.conf
|
|
|
|
--- openssl-1.1.0c/Configurations/10-main.conf.build 2016-11-10 15:03:43.000000000 +0100
|
|
|
|
+++ openssl-1.1.0c/Configurations/10-main.conf 2016-11-11 13:29:26.502289226 +0100
|
|
|
|
@@ -656,6 +656,7 @@ sub vms_info {
|
2016-10-11 08:31:54 +00:00
|
|
|
cflags => add("-m64 -DL_ENDIAN"),
|
|
|
|
perlasm_scheme => "linux64le",
|
2016-11-11 13:47:36 +00:00
|
|
|
shared_ldflag => add("-m64"),
|
2016-10-11 08:31:54 +00:00
|
|
|
+ multilib => "64",
|
|
|
|
},
|
|
|
|
|
|
|
|
"linux-armv4" => {
|
2016-11-11 13:47:36 +00:00
|
|
|
@@ -696,6 +697,7 @@ sub vms_info {
|
2016-10-11 09:17:20 +00:00
|
|
|
"linux-aarch64" => {
|
|
|
|
inherit_from => [ "linux-generic64", asm("aarch64_asm") ],
|
|
|
|
perlasm_scheme => "linux64",
|
|
|
|
+ multilib => "64",
|
|
|
|
},
|
|
|
|
"linux-arm64ilp32" => { # https://wiki.linaro.org/Platform/arm64-ilp32
|
|
|
|
inherit_from => [ "linux-generic32", asm("aarch64_asm") ],
|