src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5710377301f7193f133103cede00e81a2051eb51 Author: Olivier Crête <olivier.crete@xxxxxxxxxxxxx> Date: Thu Feb 1 10:52:40 2018 +0000 Fix cross-compilation by passing CPPFLAGS to CPP diff --git a/src/Makefile.am b/src/Makefile.am index 80780b6..1a3cf4b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -108,7 +108,7 @@ fcobjshash.gperf: Makefile stamp-fcobjshash.gperf @$(MAKE) stamp-fcobjshash.gperf @touch -r stamp-fcobjshash.gperf $@ stamp-fcobjshash.gperf: fcobjshash.gperf.h fcobjs.h - $(AM_V_GEN) $(CPP) -I$(top_srcdir) $< | \ + $(AM_V_GEN) $(CPP) -I$(top_srcdir) $(CPPFLAGS) $< | \ $(SED) 's/^ *//;s/ *, */,/' | \ $(GREP) '^[^#]' | \ awk ' \ _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/fontconfig