php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #71924
Patch phpdbg-readline-subst.diff revision 2016-09-28 12:30 UTC by mike@php.net
Patch resolve-circular-readline-dependency.diff revision 2016-07-09 21:43 UTC by bernd at bpj-code dot co dot za
revision 2016-07-09 19:39 UTC by bernd at bpj-code dot co dot za
revision 2016-07-06 19:25 UTC by bernd at bpj-code dot co dot za

Patch phpdbg-readline-subst.diff for Compile Failure Bug #71924

Patch version 2016-09-28 12:30 UTC

Return to Bug #71924 | Download this patch
Patch Revisions:

Developer: mike@php.net

diff --git a/sapi/phpdbg/config.m4 b/sapi/phpdbg/config.m4
index 9fb4e62..40c4560 100644
--- a/sapi/phpdbg/config.m4
+++ b/sapi/phpdbg/config.m4
@@ -25,7 +25,7 @@ if test "$BUILD_PHPDBG" = "" && test "$PHP_PHPDBG" != "no"; then
   PHP_PHPDBG_FILES="phpdbg.c phpdbg_parser.c phpdbg_lexer.c phpdbg_prompt.c phpdbg_help.c phpdbg_break.c phpdbg_print.c phpdbg_bp.c phpdbg_opcode.c phpdbg_list.c phpdbg_utils.c phpdbg_info.c phpdbg_cmd.c phpdbg_set.c phpdbg_frame.c phpdbg_watch.c phpdbg_btree.c phpdbg_sigsafe.c phpdbg_wait.c phpdbg_io.c phpdbg_eol.c phpdbg_out.c"
 
   if test "$PHP_READLINE" != "no" -o  "$PHP_LIBEDIT" != "no"; then
-  	PHPDBG_EXTRA_LIBS="$PHP_READLINE_LIBS"
+  	PHPDBG_EXTRA_LIBS="\$(READLINE_SHARED_LIBADD)"
   fi
   
   PHP_SUBST(PHP_PHPDBG_CFLAGS)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 23:01:29 2024 UTC