From: Debian PHP Maintainers Date: Sat, 2 May 2015 08:26:57 +0000 (+0200) Subject: hack-phpdbg-to-explicitly-link-with-libedit X-Git-Tag: archive/raspbian/8.4.11-1+rpi1~22 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fc77c74a675ca999513ad8f4b5adbd3b13076d27;p=php8.4.git hack-phpdbg-to-explicitly-link-with-libedit Gbp-Pq: Name 0026-hack-phpdbg-to-explicitly-link-with-libedit.patch --- 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])