libamcodec: new package
[buildroot-gz.git] / package / pixman / 0001-Disable-tests.patch
blobdfadd69a6775af0d6b54a55499f6dd451ea30e68
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
6 Tests are causing build failures on some architectures that are missing
7 a proper fenv.h, so just disable them.
9 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
11 ---
12 Status: Buildroot specific, not suitable for upstream in this state.
13 ---
14 Makefile.am | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
17 diff --git a/Makefile.am b/Makefile.am
18 index 5137c9e..eae79fd 100644
19 --- a/Makefile.am
20 +++ b/Makefile.am
21 @@ -1,4 +1,4 @@
22 -SUBDIRS = pixman demos test
23 +SUBDIRS = pixman demos
25 pkgconfigdir=$(libdir)/pkgconfig
26 pkgconfig_DATA=pixman-1.pc
27 --
28 1.9.1