[Pkg-openssl-changes] r800 - openssl/branches/1.1.0/debian/patches

Kurt Roeckx kroeckx at moszumanska.debian.org
Sat May 28 21:51:37 UTC 2016


Author: kroeckx
Date: 2016-05-28 21:51:37 +0000 (Sat, 28 May 2016)
New Revision: 800

Modified:
   openssl/branches/1.1.0/debian/patches/debian-targets.patch
Log:
Fix typos


Modified: openssl/branches/1.1.0/debian/patches/debian-targets.patch
===================================================================
--- openssl/branches/1.1.0/debian/patches/debian-targets.patch	2016-05-28 21:29:48 UTC (rev 799)
+++ openssl/branches/1.1.0/debian/patches/debian-targets.patch	2016-05-28 21:51:37 UTC (rev 800)
@@ -62,27 +62,27 @@
 +	},
 +	"debian-mips" => {
 +		inherit_from => [ "linux-mips32", "debian" ],
-+		cflags => add("-DB_ENDIAN");
++		cflags => add("-DB_ENDIAN"),
 +	},
 +	"debian-mipsel" => {
 +		inherit_from => [ "linux-mips32", "debian" ],
-+		cflags => add("-DL_ENDIAN");
++		cflags => add("-DL_ENDIAN"),
 +	},
 +	"debian-mipsn32" => {
 +		inherit_from => [ "linux-mips64", "debian" ],
-+		cflags => add("-DB_ENDIAN");
++		cflags => add("-DB_ENDIAN"),
 +	},
 +	"debian-mipsn32el" => {
 +		inherit_from => [ "linux-mips64", "debian" ],
-+		cflags => add("-DL_ENDIAN");
++		cflags => add("-DL_ENDIAN"),
 +	},
 +	"debian-mips64" => {
 +		inherit_from => [ "linux64-mips64", "debian" ],
-+		cflags => add("-DB_ENDIAN");
++		cflags => add("-DB_ENDIAN"),
 +	},
 +	"debian-mips64el" => {
 +		inherit_from => [ "linux64-mips64", "debian" ],
-+		cflags => add("-DL_ENDIAN");
++		cflags => add("-DL_ENDIAN"),
 +	},
 +	"debian-nios2" => {
 +		inherit_from => [ "linux-generic32", "debian" ],




More information about the Pkg-openssl-changes mailing list