php-src/sapi
Peter Kokot 65e96c1e5a
Autotools: Fix phpdbg build (#15373)
With 04a67cd86c the list of source files
are now added alphabetically. Previously the phpdbg_parser.c was added
before the phpdbg_lexer.c. Which caused the
"sapi/phpdbg/phpdbg_lexer.l:8:10: fatal error: 'phpdbg_parser.h' file
not found" error.

To make the order of source files irrelevant, the Makefile substitutions
needs to be fixed - the 3rd argument of PHP_ADD_MAKEFILE_FRAGMENT macro,
which is the substitution of the $(builddir) Make variable. The
$(builddir)/phpdbg_lexer.lo was previously substituted to an absolute
path. And the relative should be used, for Make to be able to find the
dependent target.
2024-08-13 10:35:16 +02:00
..
apache2handler Autotools: Wrap long texts with m4_text_wrap (#15368) 2024-08-13 10:33:17 +02:00
cgi Show build provider and unify version information printing (#14657) 2024-08-12 23:24:41 -03:00
cli Autotools: Check cli SAPI configure checks conditionally (#15370) 2024-08-13 10:34:28 +02:00
embed Autotools: Quote and fix PHP_SELECT_SAPI arguments (#15118) 2024-07-27 22:46:36 +02:00
fpm Show build provider and unify version information printing (#14657) 2024-08-12 23:24:41 -03:00
fuzzer Autotools: Wrap long texts with m4_text_wrap (#15368) 2024-08-13 10:33:17 +02:00
litespeed Show build provider and unify version information printing (#14657) 2024-08-12 23:24:41 -03:00
phpdbg Autotools: Fix phpdbg build (#15373) 2024-08-13 10:35:16 +02:00