summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-03-02 11:53:15 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-03-02 11:53:15 +0100
commit0fdea6e043b65b79add983ab6b196b479c768e3d (patch)
tree320a22cbd46dddcedcca4c21f5a40fe6c68b978c
parent4e7360d87ed225a9e760eca32382666b6d395c95 (diff)
downloadmidipix_build-0fdea6e043b65b79add983ab6b196b479c768e3d.tar.bz2
midipix_build-0fdea6e043b65b79add983ab6b196b479c768e3d.tar.xz
Link bash againt ncursesw (reported by midipix.)
-rw-r--r--bash-4.3.local.patch118
-rw-r--r--build.vars2
2 files changed, 119 insertions, 1 deletions
diff --git a/bash-4.3.local.patch b/bash-4.3.local.patch
new file mode 100644
index 00000000..6f98f239
--- /dev/null
+++ b/bash-4.3.local.patch
@@ -0,0 +1,118 @@
+--- bash-4.3/configure.orig 2014-02-11 15:38:00.000000000 +0000
++++ bash-4.3/configure 2016-03-02 10:32:54.098832248 +0000
+@@ -2870,6 +2870,7 @@
+ *-opennt*|*-interix*) opt_bash_malloc=no ;; # Interix, now owned by Microsoft
+ *-nsk*) opt_bash_malloc=no ;; # HP NonStop
+ *-haiku*) opt_bash_malloc=no ;; # Haiku OS
++*-midipix*) opt_bash_malloc=no ;; # Midipix
+ esac
+
+ # memory scrambling on free()
+@@ -5167,13 +5168,13 @@
+ if test "x$ac_cv_lib_curses_tgetent" = xyes; then :
+ bash_cv_termcap_lib=libcurses
+ else
+- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -lncurses" >&5
+-$as_echo_n "checking for tgetent in -lncurses... " >&6; }
+-if ${ac_cv_lib_ncurses_tgetent+:} false; then :
++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -lncursesw" >&5
++$as_echo_n "checking for tgetent in -lncursesw... " >&6; }
++if ${ac_cv_lib_ncursesw_tgetent+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lncurses $LIBS"
++LIBS="-lncursesw $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+@@ -5193,18 +5194,18 @@
+ }
+ _ACEOF
+ if ac_fn_c_try_link "$LINENO"; then :
+- ac_cv_lib_ncurses_tgetent=yes
++ ac_cv_lib_ncursesw_tgetent=yes
+ else
+- ac_cv_lib_ncurses_tgetent=no
++ ac_cv_lib_ncursesw_tgetent=no
+ fi
+ rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncurses_tgetent" >&5
+-$as_echo "$ac_cv_lib_ncurses_tgetent" >&6; }
+-if test "x$ac_cv_lib_ncurses_tgetent" = xyes; then :
+- bash_cv_termcap_lib=libncurses
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncursesw_tgetent" >&5
++$as_echo "$ac_cv_lib_ncursesw_tgetent" >&6; }
++if test "x$ac_cv_lib_ncursesw_tgetent" = xyes; then :
++ bash_cv_termcap_lib=libncursesw
+ else
+ bash_cv_termcap_lib=gnutermcap
+ fi
+@@ -5235,8 +5236,8 @@
+ elif test $bash_cv_termcap_lib = libtinfo; then
+ TERMCAP_LIB=-ltinfo
+ TERMCAP_DEP=
+-elif test $bash_cv_termcap_lib = libncurses; then
+-TERMCAP_LIB=-lncurses
++elif test $bash_cv_termcap_lib = libncursesw; then
++TERMCAP_LIB=-lncursesw
+ TERMCAP_DEP=
+ elif test $bash_cv_termcap_lib = libc; then
+ TERMCAP_LIB=
+@@ -15708,13 +15709,13 @@
+ if test "x$ac_cv_lib_curses_tgetent" = xyes; then :
+ bash_cv_termcap_lib=libcurses
+ else
+- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -lncurses" >&5
+-$as_echo_n "checking for tgetent in -lncurses... " >&6; }
+-if ${ac_cv_lib_ncurses_tgetent+:} false; then :
++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -lncursesw" >&5
++$as_echo_n "checking for tgetent in -lncursesw... " >&6; }
++if ${ac_cv_lib_ncursesw_tgetent+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lncurses $LIBS"
++LIBS="-lncursesw $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+@@ -15734,18 +15735,18 @@
+ }
+ _ACEOF
+ if ac_fn_c_try_link "$LINENO"; then :
+- ac_cv_lib_ncurses_tgetent=yes
++ ac_cv_lib_ncursesw_tgetent=yes
+ else
+- ac_cv_lib_ncurses_tgetent=no
++ ac_cv_lib_ncursesw_tgetent=no
+ fi
+ rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncurses_tgetent" >&5
+-$as_echo "$ac_cv_lib_ncurses_tgetent" >&6; }
+-if test "x$ac_cv_lib_ncurses_tgetent" = xyes; then :
+- bash_cv_termcap_lib=libncurses
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncursesw_tgetent" >&5
++$as_echo "$ac_cv_lib_ncursesw_tgetent" >&6; }
++if test "x$ac_cv_lib_ncursesw_tgetent" = xyes; then :
++ bash_cv_termcap_lib=libncursesw
+ else
+ bash_cv_termcap_lib=gnutermcap
+ fi
+@@ -15776,8 +15777,8 @@
+ elif test $bash_cv_termcap_lib = libtinfo; then
+ TERMCAP_LIB=-ltinfo
+ TERMCAP_DEP=
+-elif test $bash_cv_termcap_lib = libncurses; then
+-TERMCAP_LIB=-lncurses
++elif test $bash_cv_termcap_lib = libncursesw; then
++TERMCAP_LIB=-lncursesw
+ TERMCAP_DEP=
+ elif test $bash_cv_termcap_lib = libc; then
+ TERMCAP_LIB=
diff --git a/build.vars b/build.vars
index 712e8b9b..a534d031 100644
--- a/build.vars
+++ b/build.vars
@@ -81,7 +81,7 @@ export PATH="${PREFIX}/bin${PATH:+:${PATH}}";
: ${PKG_BASH_VERSION:=4.3};
: ${PKG_BASH_SHA256SUM:=afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4};
: ${PKG_BASH_URL:=https://ftp.gnu.org/gnu/bash/bash-${PKG_BASH_VERSION}.tar.gz};
-: ${PKG_BASH_CONFIGURE_ARGS_EXTRA:=--without-bash-malloc};
+: ${PKG_BASH_CONFIGURE_ARGS_EXTRA:=--without-bash-malloc --with-curses};
: ${PKG_BASH_LDFLAGS_CONFIGURE_EXTRA:=-L${PREFIX_LVL3}/lib};
: ${PKG_BASH_PATCHES_EXTRA_URL:=https://ftp.gnu.org/gnu/bash/bash-${PKG_BASH_VERSION}-patches/};
: ${PKG_BINUTILS_VERSION:=2.24.51};