From 0ec17cac8bc58804319b68239f628bb290d45387 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 30 Jul 2026 07:11:33 -0400 Subject: [PATCH] MT#55283 add missing CPPFLAGS_DEFAULT Change-Id: Id6e11ac310594df3eebeb0ff3ab266c99c2e2eca (cherry picked from commit 3df016e3542f080f25feb7be94440d07544999a8) (cherry picked from commit 2ee97366de1d1ed1fcea43f883740af8861e5b80) --- t/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/Makefile b/t/Makefile index 816b0665a..08032f5e0 100644 --- a/t/Makefile +++ b/t/Makefile @@ -368,10 +368,10 @@ PRELOAD_CFLAGS += -D_GNU_SOURCE -std=c11 PRELOAD_LIBS += -ldl tests-preload.so: tests-preload.c - $(CC) $(PRELOAD_CFLAGS) ${CFLAGS_DEFAULT} -o $@ -shared -fPIC $(LDFLAGS_DEFAULT) $< $(PRELOAD_LIBS) + $(CC) $(PRELOAD_CFLAGS) ${CFLAGS_DEFAULT} ${CPPFLAGS_DEFAULT} -o $@ -shared -fPIC $(LDFLAGS_DEFAULT) $< $(PRELOAD_LIBS) time-fudge-preload.so: time-fudge-preload.c - $(CC) $(PRELOAD_CFLAGS) ${CFLAGS_DEFAULT} -o $@ -shared -fPIC $(LDFLAGS_DEFAULT) $< $(PRELOAD_LIBS) + $(CC) $(PRELOAD_CFLAGS) ${CFLAGS_DEFAULT} ${CPPFLAGS_DEFAULT} -o $@ -shared -fPIC $(LDFLAGS_DEFAULT) $< $(PRELOAD_LIBS) spandsp_send_fax_pcm.c: ../lib/spandsp_logging.h spandsp_send_fax_t38.c: ../lib/spandsp_logging.h