The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libevent / 0001-Disable-building-test-programs.patch
1 From 4b5a135fa681e85eb6988a379f59f3c7a41cc48c Mon Sep 17 00:00:00 2001
2 From: Gilles Talis <gilles.talis@gmail.com>
3 Date: Fri, 21 Jun 2013 15:25:11 -0700
4 Subject: [PATCH 1/2] Disable building test programs
5
6 We are not really interested in building test programs.
7 Moreover, these programs use fork() function that is
8 not available on MMU-less architectures.
9
10 Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
11 ---
12  Makefile.am | 2 +-
13  1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/Makefile.am b/Makefile.am
16 index 42879a3..dc90359 100644
17 --- a/Makefile.am
18 +++ b/Makefile.am
19 @@ -126,7 +126,7 @@ else
20  noinst_LTLIBRARIES =  $(LIBEVENT_LIBS_LA)
21  endif
22  
23 -SUBDIRS = . include sample test
24 +SUBDIRS = . include sample
25  
26  if BUILD_WIN32
27  
28 -- 
29 2.1.1
30