aboutsummaryrefslogtreecommitdiff
blob: 2c9ad88f01d7a7274aa81c57e95544107898d7c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From 2f34bfbc1941127d17a7a91c6598d6a6c35620e2 Mon Sep 17 00:00:00 2001
From: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
Date: Thu, 6 Oct 2011 00:19:01 +0200
Subject: [PATCH] Add missing com_err dependencies

---
 auth/kerberos/wscript_build |    2 +-
 nsswitch/wscript_build      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/auth/kerberos/wscript_build b/auth/kerberos/wscript_build
index 1070770..2421b16 100644
--- a/auth/kerberos/wscript_build
+++ b/auth/kerberos/wscript_build
@@ -1,3 +1,3 @@
 bld.SAMBA_SUBSYSTEM('KRB5_PAC',
                     source='gssapi_pac.c kerberos_pac.c',
-                    deps='gssapi_krb5 krb5 ndr-krb5pac')
+                    deps='gssapi_krb5 krb5 ndr-krb5pac com_err')
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index 298da06..4e353d3 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -33,7 +33,7 @@ if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'):
 if bld.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'):
 	bld.SAMBA_LIBRARY('winbind_krb5_locator',
 		source='winbind_krb5_locator.c',
-		deps='wbclient krb5',
+		deps='wbclient krb5 com_err',
 		realname='winbind_krb5_locator.so')
 
 bld.SAMBA_SUBSYSTEM('WB_REQTRANS',
-- 
1.7.3.4