Package: openssl
Version: 1.1.0f-3
Severity: wishlist
Tags: patch
This package FTBFS on arm64ilp32. The package has upstream support
already. It just needs the correct debian target conf information adding.
"debian-arm64ilp32" => {
inherit_from => [ "linux-arm64ilp32", "debian" ],
},
A patch is attached.
diff -ur openssl-1.1.0f.orig/debian/patches/debian-targets.patch openssl-1.1.0f/debian/patches/debian-targets.patch
--- openssl-1.1.0f.orig/debian/patches/debian-targets.patch 2017-07-05 01:59:23.544491508 +0000
+++ openssl-1.1.0f/debian/patches/debian-targets.patch 2017-07-05 02:10:22.429206874 +0000
@@ -4,7 +4,7 @@
--- /dev/null
+++ b/Configurations/20-debian.conf
-@@ -0,0 +1,137 @@
+@@ -0,0 +1,140 @@
+my $debian_cflags = `dpkg-buildflags --get CFLAGS` . `dpkg-buildflags --get CPPFLAGS` . "-Wa,--noexecstack -Wall";
+$debian_cflags =~ s/\n/ /g;
+my $debian_ldflags = `dpkg-buildflags --get LDFLAGS`;
@@ -30,6 +30,9 @@
+ "debian-arm64" => {
+ inherit_from => [ "linux-aarch64", "debian" ],
+ },
++ "debian-arm64ilp32" => {
++ inherit_from => [ "linux-arm64ilp32", "debian" ],
++ },
+ "debian-armel" => {
+ inherit_from => [ "linux-armv4", "debian" ],
+ },