r14866: Fix CFLAGS when building compile_et. This should fix the build
authorJelmer Vernooij <jelmer@samba.org>
Sun, 2 Apr 2006 14:43:15 +0000 (14:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:59:44 +0000 (13:59 -0500)
on some of the buildfarm hosts. Thanks to Richard Bollinger <rabollinger@gmail.com> for helping debug this.

source/heimdal_build/config.mk

index b0d4c14ddcff77a2502eb58a98b0000731e07c62..004385fbefcefcad4d351144b3a5b12e7f7f96cc 100644 (file)
@@ -403,6 +403,10 @@ OBJ_FILES = \
 #######################
 # Start BINARY compile_et
 [BINARY::compile_et]
+EXTRA_CFLAGS = \
+       -Iheimdal_build -Iheimdal/lib/com_err \
+       -Iheimdal/kdc -Iheimdal/lib/des \
+       -Iheimdal/lib/roken -DNO_PRINTF_ATTRIBUTE
 OBJ_FILES = ../heimdal/lib/vers/print_version.ho \
        ../heimdal/lib/com_err/lex.ho \
        ../heimdal/lib/com_err/parse.ho \