debian/changelog | 6 ++++++ debian/patches/ppc64el.diff | 14 ++++++++++++++ debian/patches/series | 1 + 3 files changed, 21 insertions(+)
New commits: commit f9c2d54a628dfda002017fdfad45b1f427f98880 Author: Julien Cristau <jcris...@debian.org> Date: Thu Jul 24 22:43:15 2014 +0200 Disable vmx on ppc64el (closes: #745547). Thanks, Breno Leitao! diff --git a/debian/changelog b/debian/changelog index 1955127..06d0425 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pixman (0.32.6-2) UNRELEASED; urgency=medium + + * Disable vmx on ppc64el (closes: #745547). Thanks, Breno Leitao! + + -- Julien Cristau <jcris...@debian.org> Thu, 24 Jul 2014 22:42:13 +0200 + pixman (0.32.6-1) sid; urgency=medium * New upstream release. diff --git a/debian/patches/ppc64el.diff b/debian/patches/ppc64el.diff new file mode 100644 index 0000000..34a4aa0 --- /dev/null +++ b/debian/patches/ppc64el.diff @@ -0,0 +1,14 @@ +diff --git a/configure.ac b/configure.ac +index dce76b3..172de8b 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -540,6 +540,9 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ + #if defined(__GNUC__) && (__GNUC__ < 3 || (__GNUC__ == 3 && __GNUC_MINOR__ < 4)) + #error "Need GCC >= 3.4 for sane altivec support" + #endif ++#if defined(__PPC64__) && (__BYTE_ORDER__==__ORDER_LITTLE_ENDIAN__) ++#error VMX utilization is still not ready on ppc64el ++#endif + #include <altivec.h> + int main () { + vector unsigned int v = vec_splat_u32 (1); diff --git a/debian/patches/series b/debian/patches/series index 708b774..eebecc8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +ppc64el.diff test-increase-timeout.diff -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1xaprj-0006ta...@moszumanska.debian.org