summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-04-20 14:01:51 +0300
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:25 +0200
commitc5ab9ead8b982aba506436656baed0ebaac4b2ea (patch)
tree08ab9df73b7e8f4b91649640af0477dae2533cbb /source4
parentef4b2d4574efafaf7f74f92cd2d7f6e4a5144fd4 (diff)
downloadsamba-c5ab9ead8b982aba506436656baed0ebaac4b2ea.tar.gz
heimdal wscript changes
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/heimdal_build/wscript_build10
1 files changed, 7 insertions, 3 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build
index 97828407247..af76c0e6e0e 100644
--- a/source4/heimdal_build/wscript_build
+++ b/source4/heimdal_build/wscript_build
@@ -205,7 +205,7 @@ def HEIMDAL_GENERATOR(name, rule, source='', target='',
target=target,
shell=isinstance(rule, str),
update_outputs=True,
- before='cc',
+ before='c',
ext_out='.c',
vars=[rule],
samba_type='GENERATOR',
@@ -912,8 +912,12 @@ HEIMDAL_SUBSYSTEM('HEIMDAL_VERS',
if not bld.CONFIG_SET('USING_SYSTEM_ASN1_COMPILE'):
# here is the asn1 compiler build rule
HEIMDAL_BINARY('asn1_compile',
- 'lib/asn1/main.c lib/asn1/gen.c lib/asn1/gen_copy.c lib/asn1/gen_decode.c lib/asn1/gen_encode.c lib/asn1/gen_free.c lib/asn1/gen_glue.c lib/asn1/gen_length.c lib/asn1/gen_seq.c lib/asn1/gen_template.c lib/asn1/hash.c lib/asn1/symbol.c lib/asn1/asn1parse.c lib/asn1/lex.c',
- use_hostcc=True,
+ 'lib/asn1/gen.c lib/asn1/gen_copy.c '
+ 'lib/asn1/gen_decode.c lib/asn1/gen_encode.c lib/asn1/gen_free.c '
+ 'lib/asn1/gen_glue.c lib/asn1/gen_length.c lib/asn1/gen_seq.c '
+ 'lib/asn1/gen_template.c lib/asn1/hash.c lib/asn1/symbol.c '
+ 'lib/asn1/asn1parse.c lib/asn1/lex.c lib/asn1/main.c',
+ use_hostcc=True,
use_global_deps=False,
cflags='-DSOCKET_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_',
includes='../heimdal/lib/asn1',