HomePhorge

Makefile: Use CPPFLAGS

Description

Makefile: Use CPPFLAGS

Since commit 500c36c8 ("Makefile: Make it POSIX.1-2024 compatible"),
the implicit rule, which used CPPFLAGS, is replaced by a custom rule
that does not use it.

Restore the use of CPPFLAGS so that packaging systems can customize it,
by e.g. adding -D_FORTIFY_SOURCE=2

Details

Provenance
Nicolas CavallariAuthored on Jul 8 2025, 12:14 PM
Parents
R13:fc24c6d2cceb: Merge branch 'remove-docs' into 'master'
Branches
Unknown
Tags
Unknown

Event Timeline

Nicolas Cavallari <batchman@free.fr> committed R13:4d687e49b563: Makefile: Use CPPFLAGS (authored by Nicolas Cavallari <batchman@free.fr>).Jul 8 2025, 12:14 PM