From: Ben Kaduk Date: Fri, 6 Jul 2012 00:18:32 +0000 (-0400) Subject: Pass the user's CPPFLAGS in ALL_CFLAGS X-Git-Tag: krb5-1.11-alpha1~443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7a0fb374869e77b380e658fa698622f1adcdbe4;p=thirdparty%2Fkrb5.git Pass the user's CPPFLAGS in ALL_CFLAGS We need them if any headers we depend on are not in the default search path (e.g., gettext.h). These files are built for 'make check' but not for the normal build. --- diff --git a/src/util/gss-kernel-lib/Makefile.in b/src/util/gss-kernel-lib/Makefile.in index b289582be1..50d66e4656 100644 --- a/src/util/gss-kernel-lib/Makefile.in +++ b/src/util/gss-kernel-lib/Makefile.in @@ -4,7 +4,7 @@ BUILDTOP=$(REL)..$(S).. KRB5_RUN_ENV=@KRB5_RUN_ENV@ DEFINES=-DKRB5_KERNEL -ALL_CFLAGS=$(CFLAGS) $(WARN_CFLAGS) $(DEFS) $(DEFINES) -I. -Igssapi +ALL_CFLAGS=$(CPPFLAGS) $(CFLAGS) $(WARN_CFLAGS) $(DEFS) $(DEFINES) -I. -Igssapi PROG_LIBPATH=-L$(TOPLIBD) SHLIB_EXPDEPS = \