diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-20 23:41:00 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:58 +1000 |
commit | 9a2ea72d2d1affa853a70131301de96f258178a8 (patch) | |
tree | 0ba8471ee834a6e1831b19208bc68f7eb3ec1e66 /source4/heimdal_build | |
parent | 584986e392a799075d79277fc37ea5e0573b9c0c (diff) | |
download | samba-9a2ea72d2d1affa853a70131301de96f258178a8.tar.gz samba-9a2ea72d2d1affa853a70131301de96f258178a8.tar.bz2 samba-9a2ea72d2d1affa853a70131301de96f258178a8.zip |
build: removed testing cflags
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/wscript_build | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index 66c9b39ebe..895695f484 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -385,7 +385,7 @@ bld.SAMBA_SUBSYSTEM('HEIMDAL_COM_ERR', bld.SAMBA_BINARY('asn1_compile', '../heimdal/lib/asn1/main.c ../heimdal/lib/asn1/gen.c ../heimdal/lib/asn1/gen_copy.c ../heimdal/lib/asn1/gen_decode.c ../heimdal/lib/asn1/gen_encode.c ../heimdal/lib/asn1/gen_free.c ../heimdal/lib/asn1/gen_glue.c ../heimdal/lib/asn1/gen_length.c ../heimdal/lib/asn1/gen_seq.c ../heimdal/lib/asn1/hash.c ../heimdal/lib/asn1/symbol.c ../heimdal/lib/asn1/asn1parse.c ../heimdal/lib/asn1/lex.c ../heimdal/lib/vers/print_version.c', use_hostcc=True, - cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_ -DFOO1', + cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_', includes='../heimdal/lib/asn1 ../heimdal/lib/roken', group='build_compilers', deps='HEIMDAL_ROKEN_H replace', @@ -398,7 +398,7 @@ bld.SAMBA_BINARY('compile_et', use_hostcc=True, includes='../heimdal/lib/com_err', group='build_compilers', - cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_ -DFOO2', + cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_', deps='HEIMDAL_ROKEN_H replace', install=False ) @@ -414,7 +414,6 @@ bld.SAMBA_BINARY('samba4kinit', bld.SAMBA_BINARY('samba4kpasswd', '../heimdal/kpasswd/kpasswd.c ../heimdal/lib/vers/print_version.c', - cflags='-DFOO3', includes='../heimdal/lib/roken', deps='HEIMDAL_KRB5 HEIMDAL_NTLM', install=False |