Files
LibreELEC.tv/packages/devel/readline/patches/readline-6.2-shlib_libs.patch.bk
Stephan Raue 56c1d9550e readline: update to readline-6.3
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-18 22:12:51 +01:00

37 lines
1.4 KiB
Plaintext

diff -Naur readline-6.2-old/configure readline-6.2-new/configure
--- a/configure 2010-11-14 14:48:06.000000000 -0800
+++ b/configure 2012-05-02 19:38:49.000000000 -0700
@@ -10450,10 +10450,10 @@
$as_echo_n "checking configuration for building shared libraries... " >&6; }
eval `TERMCAP_LIB=$TERMCAP_LIB ${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c ${host_cpu} -o ${host_os} -v ${host_vendor}`
-# case "$SHLIB_LIBS" in
-# *curses*|*termcap*|*termlib*) ;;
-# *) SHLIB_LIBS="$SHLIB_LIBS $TERMCAP_LIB" ;;
-# esac
+ case "$SHLIB_LIBS" in
+ *curses*|*termcap*|*termlib*) ;;
+ *) SHLIB_LIBS="$SHLIB_LIBS $TERMCAP_LIB" ;;
+ esac
diff -Naur readline-6.2-old/configure.in readline-6.2-new/configure.in
--- a/configure.in 2010-11-14 14:41:48.000000000 -0800
+++ b/configure.in 2012-05-02 19:38:41.000000000 -0700
@@ -214,10 +214,10 @@
AC_MSG_CHECKING(configuration for building shared libraries)
eval `TERMCAP_LIB=$TERMCAP_LIB ${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c ${host_cpu} -o ${host_os} -v ${host_vendor}`
-# case "$SHLIB_LIBS" in
-# *curses*|*termcap*|*termlib*) ;;
-# *) SHLIB_LIBS="$SHLIB_LIBS $TERMCAP_LIB" ;;
-# esac
+ case "$SHLIB_LIBS" in
+ *curses*|*termcap*|*termlib*) ;;
+ *) SHLIB_LIBS="$SHLIB_LIBS $TERMCAP_LIB" ;;
+ esac
AC_SUBST(SHOBJ_CC)
AC_SUBST(SHOBJ_CFLAGS)