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 / libnetfilter_cthelper / 0001-uclinux.patch
1 From d028334281b218209412ec6e1dba56ca96320bd9 Mon Sep 17 00:00:00 2001
2 From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3 Date: Tue, 10 Sep 2013 16:08:29 -0300
4 Subject: [PATCH] configure: uclinux is also linux
5
6 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
7 ---
8  configure.ac | 2 +-
9  1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/configure.ac b/configure.ac
12 index d52b1ce..9389b70 100644
13 --- a/configure.ac
14 +++ b/configure.ac
15 @@ -22,7 +22,7 @@ AC_DISABLE_STATIC
16  LT_INIT
17  CHECK_GCC_FVISIBILITY
18  case "$host" in
19 -*-*-linux*) ;;
20 +*-*-linux* | *-*-uclinux*) ;;
21  *) AC_MSG_ERROR([Linux only, dude!]);;
22  esac
23  
24 -- 
25 1.8.1.5
26