1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

librpc: Remove incorrect NDR_COMPRESSION dependency from NDR_KRB5CCACHE

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett 2023-03-27 11:26:31 +13:00
parent 053aa51653
commit 4e32ea1519

View File

@ -381,7 +381,7 @@ bld.SAMBA_LIBRARY('ndr-krb5pac',
bld.SAMBA_SUBSYSTEM('NDR_KRB5CCACHE',
source='gen_ndr/ndr_krb5ccache.c',
deps='ndr NDR_COMPRESSION NDR_SECURITY ndr-standard asn1util'
deps='ndr NDR_SECURITY ndr-standard asn1util'
)
bld.SAMBA_SUBSYSTEM('NDR_CLAIMS',