diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-05 13:13:14 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-05 14:20:01 -0800 |
commit | ef841ea31232bc880080353ab61ad1d562004b28 (patch) | |
tree | 731a29229be8422347671aaa8e239c5c3f1c0c01 /patches/ncurses/6.0/999-create-run_tic.patch | |
parent | 10db7887ce0ff5e8323dc35176eaabbb3618e81c (diff) | |
download | crosstool-ng-ef841ea31232bc880080353ab61ad1d562004b28.tar.gz crosstool-ng-ef841ea31232bc880080353ab61ad1d562004b28.tar.bz2 crosstool-ng-ef841ea31232bc880080353ab61ad1d562004b28.zip |
Allow some tunables for ncurses
- Allow user to specify configure arguments to pass through to host/target
ncurses.
- Checkbox for --disable-database
- String option for --with-fallbacks
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'patches/ncurses/6.0/999-create-run_tic.patch')
-rw-r--r-- | patches/ncurses/6.0/999-create-run_tic.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/ncurses/6.0/999-create-run_tic.patch b/patches/ncurses/6.0/999-create-run_tic.patch new file mode 100644 index 00000000..7c4fb0d2 --- /dev/null +++ b/patches/ncurses/6.0/999-create-run_tic.patch @@ -0,0 +1,22 @@ +diff -urpN ncurses-6.0.orig/configure ncurses-6.0/configure +--- ncurses-6.0.orig/configure 2017-02-05 11:06:35.342548609 -0800 ++++ ncurses-6.0/configure 2017-02-05 11:07:02.878754676 -0800 +@@ -22254,7 +22254,6 @@ else + fi + + ################################################################################ +-test "x$use_database" = xyes && \ + SUB_MAKEFILES="$SUB_MAKEFILES misc/run_tic.sh:misc/run_tic.in" + + SUB_MAKEFILES="$SUB_MAKEFILES misc/ncurses-config:misc/ncurses-config.in" +diff -urpN ncurses-6.0.orig/configure.in ncurses-6.0/configure.in +--- ncurses-6.0.orig/configure.in 2017-02-05 11:06:35.326548489 -0800 ++++ ncurses-6.0/configure.in 2017-02-05 11:07:08.926799658 -0800 +@@ -2032,7 +2032,6 @@ CF_SUBST_IF(["x$ac_cv_header_termio_h" = + CF_SUBST_IF(["x$ac_cv_header_termios_h" = xyes], HAVE_TERMIOS_H, 1, 0) + + ################################################################################ +-test "x$use_database" = xyes && \ + SUB_MAKEFILES="$SUB_MAKEFILES misc/run_tic.sh:misc/run_tic.in" + + SUB_MAKEFILES="$SUB_MAKEFILES misc/ncurses-config:misc/ncurses-config.in" |