[Pkg-openssl-devel] Bug#941765: openssl: Debian musl configurations (PATCH)

Davor Ocelic docelic at spinlocksolutions.com
Sat Oct 5 00:39:28 BST 2019


Package: openssl
Version: 1.1.1d-1
Severity: normal
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap


New Configurations/20-debian.conf targets for Debian musl builds (rebootstrap).


-- System Information:
Debian Release: bullseye/sid

Versions of packages openssl depends on:
ii  libc6      2.29-2
ii  libssl1.1  1.1.1d-1

openssl recommends no packages.

Versions of packages openssl suggests:
ii  ca-certificates  20190110

-- no debconf information
-------------- next part --------------
--- a/Configurations/20-debian.conf	2019-10-04 22:03:40.000000000 +0000
+++ b/Configurations/20-debian.conf	2019-10-04 22:36:16.596000000 +0000
@@ -132,6 +130,24 @@
 		cflags => add("-DL_ENDIAN"),
 	},
 
+	"debian-musl-linux-arm64" => {
+		inherit_from => [ "linux-aarch64", "debian" ],
+	},
+	"debian-musl-linux-armhf" => {
+		inherit_from => [ "linux-armv4", "debian" ],
+	},
+	"debian-musl-linux-i386" => {
+		inherit_from => [ "linux-elf", "debian" ],
+	},
+	"debian-musl-linux-mips" => {
+		inherit_from => [ "linux-mips32", "debian" ],
+		cflags => add("-DB_ENDIAN"),
+	},
+	"debian-musl-linux-mipsel" => {
+		inherit_from => [ "linux-mips32", "debian" ],
+		cflags => add("-DL_ENDIAN"),
+	},
+
 	"debian-nios2" => {
 		inherit_from => [ "linux-generic32", "debian" ],
 	},


More information about the Pkg-openssl-devel mailing list