summaryrefslogtreecommitdiffstats
path: root/package/ncurses/0003-recognise-uclinux.patch
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-03-20 20:53:37 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-01 16:45:23 +0200
commitb6b5d184b3df81166ac6bd41d10c702682fd80fe (patch)
treee46e967cd21ee4a6d983931d8dcd9f8da3abc93c /package/ncurses/0003-recognise-uclinux.patch
parent49d8153ee570f47c1d9e2356d082b56170c5a724 (diff)
downloadbuildroot-b6b5d184b3df81166ac6bd41d10c702682fd80fe.tar.gz
buildroot-b6b5d184b3df81166ac6bd41d10c702682fd80fe.zip
ncurses: bump to 6.0
ncurses 6.0 has been out for a while now (August 8th 2015!), so this patch brings us up to the latest version. - The first patch is no longer needed as it was fixed in the new release. - The other two packages are still applicable, so they have been updated to apply properly on the new ncurses version. - A new option: --with-pkg-config-libdir has been added. Without it pkg files wouldn't install to the correct location. - NCURSES_ABI_VERSION is no longer needed, as there is only 6. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ncurses/0003-recognise-uclinux.patch')
-rw-r--r--package/ncurses/0003-recognise-uclinux.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/package/ncurses/0003-recognise-uclinux.patch b/package/ncurses/0003-recognise-uclinux.patch
deleted file mode 100644
index e86546cc54..0000000000
--- a/package/ncurses/0003-recognise-uclinux.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-aclocal: fix detection for uclinux hosts
-
-uclinux is just a linux like the others...
-
-Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-
-diff -durN ncurses-5.9.orig/aclocal.m4 ncurses-5.9/aclocal.m4
---- ncurses-5.9.orig/aclocal.m4 2011-04-01 01:35:38.000000000 +0200
-+++ ncurses-5.9/aclocal.m4 2016-08-21 15:24:47.003620029 +0200
-@@ -6531,7 +6531,7 @@
- irix[[56]].*) #(vi
- cf_xopen_source="-D_SGI_SOURCE"
- ;;
--linux*|gnu*|mint*|k*bsd*-gnu) #(vi
-+linux*|uclinux*|gnu*|mint*|k*bsd*-gnu) #(vi
- CF_GNU_SOURCE
- ;;
- mirbsd*) #(vi
-diff -durN ncurses-5.9.orig/configure ncurses-5.9/configure
---- ncurses-5.9.orig/configure 2016-08-21 15:21:50.789285661 +0200
-+++ ncurses-5.9/configure 2016-08-21 15:24:35.187463625 +0200
-@@ -6984,7 +6984,7 @@
- irix[56].*) #(vi
- cf_xopen_source="-D_SGI_SOURCE"
- ;;
--linux*|gnu*|mint*|k*bsd*-gnu) #(vi
-+linux*|uclinux*|gnu*|mint*|k*bsd*-gnu) #(vi
-
- echo "$as_me:6996: checking if we must define _GNU_SOURCE" >&5
- echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6
OpenPOWER on IntegriCloud