diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-07-25 11:06:18 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-07-26 02:16:08 +0200 |
commit | 0b29853fd7383114fd398b531371c96f874e68d6 (patch) | |
tree | b43a4730980348c5159d4ad080babe41b8b4640f /source4/heimdal_build | |
parent | 5a8635bca1b6d60a5b81c602eb4f0b7fd8902d7b (diff) | |
download | samba-0b29853fd7383114fd398b531371c96f874e68d6.tar.gz samba-0b29853fd7383114fd398b531371c96f874e68d6.tar.bz2 samba-0b29853fd7383114fd398b531371c96f874e68d6.zip |
s4:heimdal_build: hdb.asn1 needs --sequence=HDB-Ext-KeySet --sequence=Keys
metze
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index acccf316f2..948191fbf0 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -471,6 +471,7 @@ if not bld.CONFIG_SET("USING_SYSTEM_HEIMNTLM"): if not bld.CONFIG_SET("USING_SYSTEM_HDB"): HEIMDAL_ASN1('HEIMDAL_HDB_ASN1', 'lib/hdb/hdb.asn1', directory='lib/asn1', + options="--sequence=HDB-Ext-KeySet --sequence=Keys", includes='../heimdal/lib/asn1') HEIMDAL_SUBSYSTEM('HEIMDAL_HDB_KEYS', |