36 lines
1.2 KiB
Diff
36 lines
1.2 KiB
Diff
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
|
|
|