build: Remove unused dependencies
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 3 Nov 2022 04:31:20 +0000 (17:31 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Nov 2022 02:39:37 +0000 (02:39 +0000)
We don't need to include these any more, and removing them allows us to
simplify the build system for system Heimdal builds.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
auth/kerberos/wscript_build
source4/auth/kerberos/wscript_build
source4/libcli/wscript_build

index 1fa1b51138d9528b4ea181c9a78dbaa2569d2087..bf8b05c5364f8152b7270e2a92def9146649228c 100644 (file)
@@ -1,4 +1,4 @@
 #!/usr/bin/env python
 bld.SAMBA_SUBSYSTEM('KRB5_PAC',
                     source='gssapi_pac.c kerberos_pac.c gssapi_helper.c',
-                    deps='gssapi_krb5 ndr-krb5pac krb5samba')
+                    deps='gssapi ndr-krb5pac krb5samba')
index 5f14bede069882f6bb6f9f4359c8c8eff7c470da..a26cfaf3772f96c7d31e8fbc2d90fccf79b0fd1a 100644 (file)
@@ -8,7 +8,7 @@ bld.SAMBA_SUBSYSTEM('KRB_INIT_CTX',
 bld.SAMBA_LIBRARY('authkrb5',
                   source='kerberos_pac.c',
                   autoproto='proto.h',
-                  public_deps='ndr-krb5pac krb5samba samba_socket LIBCLI_RESOLVE asn1',
+                  public_deps='ndr-krb5pac krb5samba samba_socket LIBCLI_RESOLVE',
                   deps='common_auth tevent LIBPACKET ndr ldb krb5samba KRB_INIT_CTX KRB5_PAC samba-errors',
                   private_library=True
                   )
index f1bb6bd3260bd855683703d4a298ef66070b1194..b3a441046874cfa5afc05d72094d1d6bdc79ab94 100644 (file)
@@ -58,7 +58,6 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_WREPL',
 bld.SAMBA_SUBSYSTEM('LIBCLI_RESOLVE',
        source='resolve/resolve.c',
        autoproto='resolve/proto.h',
-       deps='roken',
        public_deps='ndr_nbt LIBTSOCKET'
        )