[Pkg-zfsonlinux-devel] [SCM] zfs branch, master, updated. upstream/0.6.5.5-689-g557aa30
Petter Reinholdtsen
pere at hungry.com
Thu May 12 09:41:05 UTC 2016
The following commit has been merged in the master branch:
commit 557aa30477b6089204f209dc24b00e566cc04e6d
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Thu May 12 11:40:58 2016 +0200
Copied 1000-ppc64el-endian-support.patch from Ubuntu to fix endian build problem on ppc64el
diff --git a/debian/patches/1000-ppc64el-endian-support.patch b/debian/patches/1000-ppc64el-endian-support.patch
new file mode 100644
index 0000000..b9c979e
--- /dev/null
+++ b/debian/patches/1000-ppc64el-endian-support.patch
@@ -0,0 +1,24 @@
+Description: Fix endian build problem on ppc64el
+ Drop endian override in powerpc architecture definition
+ allowing both big and little endian builds.
+Author: Andy Whitcroft <apw at ubuntu.com>
+Origin: ubuntu
+Forwarded: no
+Reviewed-By: Petter Reinholdtsen <pere at hungry.com>
+Last-Update: 2016-05-12
+
+Index: zfs-linux-0.6.5.3/lib/libspl/include/sys/isa_defs.h
+===================================================================
+--- zfs-linux-0.6.5.3.orig/lib/libspl/include/sys/isa_defs.h 2015-10-27 14:36:37.904604893 -0600
++++ zfs-linux-0.6.5.3/lib/libspl/include/sys/isa_defs.h 2015-10-27 14:36:58.008605392 -0600
+@@ -98,8 +98,8 @@
+ #endif
+ #endif
+
+-#if !defined(_BIG_ENDIAN)
+-#define _BIG_ENDIAN
++#if !defined(_BIG_ENDIAN) && !defined(_LITTLE_ENDIAN)
++#error powerpc no endian specified
+ #endif
+
+ #define _SUNOS_VTOC_16
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3a335ab
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1000-ppc64el-endian-support.patch
--
OpenZFS on Linux
More information about the Pkg-zfsonlinux-devel
mailing list