]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Pass the user's CPPFLAGS in ALL_CFLAGS
authorBen Kaduk <kaduk@mit.edu>
Fri, 6 Jul 2012 00:18:32 +0000 (20:18 -0400)
committerBen Kaduk <kaduk@mit.edu>
Fri, 6 Jul 2012 18:06:44 +0000 (14:06 -0400)
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.

src/util/gss-kernel-lib/Makefile.in

index b289582be19dc621eff362a66528398470fd602f..50d66e4656a842162296757bc1800ca2c82b47c3 100644 (file)
@@ -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 = \