diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-02 14:43:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:44 -0500 |
commit | 8e738cc6d421dfe9abf4fb798f2efa9028255edf (patch) | |
tree | 4c4de287b17f9a7d7b56d64ce0783f0c3c21c2f2 /source4 | |
parent | bb131115099138d72d093abdb453f8a32677103f (diff) | |
download | samba-8e738cc6d421dfe9abf4fb798f2efa9028255edf.tar.gz samba-8e738cc6d421dfe9abf4fb798f2efa9028255edf.tar.bz2 samba-8e738cc6d421dfe9abf4fb798f2efa9028255edf.zip |
r14866: Fix CFLAGS when building compile_et. This should fix the build
on some of the buildfarm hosts. Thanks to Richard Bollinger <rabollinger@gmail.com> for helping debug this.
(This used to be commit ab0c2ede27550f400c1ffb8fc1adbeddb477468e)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal_build/config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index b0d4c14ddc..004385fbef 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -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 \ |