From fc77c74a675ca999513ad8f4b5adbd3b13076d27 Mon Sep 17 00:00:00 2001 From: Debian PHP Maintainers Date: Sat, 2 May 2015 10:26:57 +0200 Subject: [PATCH] hack-phpdbg-to-explicitly-link-with-libedit Gbp-Pq: Name 0026-hack-phpdbg-to-explicitly-link-with-libedit.patch --- sapi/phpdbg/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/phpdbg/config.m4 b/sapi/phpdbg/config.m4 index 55f8fa3a..612ed26a 100644 --- a/sapi/phpdbg/config.m4 +++ b/sapi/phpdbg/config.m4 @@ -32,7 +32,7 @@ if test "$PHP_PHPDBG" != "no"; then if test "$PHP_READLINE" != "no" || test "$PHP_LIBEDIT" != "no"; then AC_DEFINE([HAVE_PHPDBG_READLINE], [1], [Define to 1 if the phpdbg SAPI has libedit/readline integration.]) - PHPDBG_EXTRA_LIBS="$PHP_READLINE_LIBS" + PHPDBG_EXTRA_LIBS="-ledit -ltermcap" AC_MSG_RESULT([ok]) else AC_MSG_RESULT([readline is not available]) -- 2.30.2