add buildroot (work in progress development)
[cmdllinux.git] / buildroot / _buildroot / b / ncurses / 0002-recognise-uclinux.patch
blob57dd4cf37fd7a3b5b23b8ff7d30dbfc7e979ad1a
1 aclocal: fix detection for uclinux hosts
2 uclinux is just a linux like the others...
4 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
5 Signed-off-by: "Adam Duskett" <aduskett@gmail.com>
7 --- a/aclocal.m4 2015-08-05 20:46:34.000000000 -0400
8 +++ b/aclocal.m4 2017-02-07 09:58:17.770056849 -0500
9 @@ -7656,7 +7656,7 @@
10 cf_xopen_source="-D_SGI_SOURCE"
11 cf_XOPEN_SOURCE=
13 -(linux*|gnu*|mint*|k*bsd*-gnu)
14 +(linux*|uclinux*|gnu*|mint*|k*bsd*-gnu)
15 CF_GNU_SOURCE
17 (minix*)
18 diff -durN a/configure b/configure
19 --- a/configure 2015-08-05 05:20:32.000000000 -0400
20 +++ b/configure 2017-02-07 09:58:52.883886426 -0500
21 @@ -7869,7 +7869,7 @@
22 cf_xopen_source="-D_SGI_SOURCE"
23 cf_XOPEN_SOURCE=
25 -(linux*|gnu*|mint*|k*bsd*-gnu)
26 +(linux*|uclinux*|gnu*|mint*|k*bsd*-gnu)
28 echo "$as_me:7874: checking if we must define _GNU_SOURCE" >&5
29 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6