0001-Disable-tests.patch 752 B

1234567891011121314151617181920212223242526272829
  1. From 9b8132738c364fc3c886e81e7d383aaff80dc867 Mon Sep 17 00:00:00 2001
  2. From: "Yann E. MORIN" <yann.morin.1998@free.fr>
  3. Date: Sat, 5 Dec 2015 12:00:53 +0100
  4. Subject: [PATCH] Disable tests
  5. Tests are causing build failures on some architectures that are missing
  6. a proper fenv.h, so just disable them.
  7. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
  8. ---
  9. Status: Buildroot specific, not suitable for upstream in this state.
  10. ---
  11. Makefile.am | 2 +-
  12. 1 file changed, 1 insertion(+), 1 deletion(-)
  13. diff --git a/Makefile.am b/Makefile.am
  14. index 5137c9e..eae79fd 100644
  15. --- a/Makefile.am
  16. +++ b/Makefile.am
  17. @@ -1,4 +1,4 @@
  18. -SUBDIRS = pixman demos test
  19. +SUBDIRS = pixman demos
  20. pkgconfigdir=$(libdir)/pkgconfig
  21. pkgconfig_DATA=pixman-1.pc
  22. --
  23. 1.9.1