From 171ecbb8d13f7a7ff423221f511a07db119b9828 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 21 Dec 2017 16:35:10 -0500 Subject: [PATCH] Fix darwin builds of phpdbg using frameworks --- sapi/phpdbg/config.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/sapi/phpdbg/config.m4 b/sapi/phpdbg/config.m4 index 9fb4e62984..c3a26d38d5 100644 --- a/sapi/phpdbg/config.m4 +++ b/sapi/phpdbg/config.m4 @@ -46,6 +46,7 @@ if test "$BUILD_PHPDBG" = "" && test "$PHP_PHPDBG" != "no"; then \$(EXTRA_LIBS) \ \$(PHPDBG_EXTRA_LIBS) \ \$(ZEND_EXTRA_LIBS) \ + \$(PHP_FRAMEWORKS) \ -o \$(BUILD_BINARY)" BUILD_PHPDBG_SHARED="\$(LIBTOOL) --mode=link \ -- 2.40.0