Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195703 | Differences between
and this patch

Collapse All | Expand All

(-)a/auth/kerberos/wscript_build (-1 / +1 lines)
Lines 1-3 Link Here
1
bld.SAMBA_SUBSYSTEM('KRB5_PAC',
1
bld.SAMBA_SUBSYSTEM('KRB5_PAC',
2
                    source='gssapi_pac.c kerberos_pac.c',
2
                    source='gssapi_pac.c kerberos_pac.c',
3
                    deps='gssapi_krb5 krb5 ndr-krb5pac')
3
                    deps='gssapi_krb5 krb5 ndr-krb5pac com_err')
(-)a/nsswitch/wscript_build (-2 / +1 lines)
Lines 33-39 if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'): Link Here
33
if bld.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'):
33
if bld.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'):
34
	bld.SAMBA_LIBRARY('winbind_krb5_locator',
34
	bld.SAMBA_LIBRARY('winbind_krb5_locator',
35
		source='winbind_krb5_locator.c',
35
		source='winbind_krb5_locator.c',
36
		deps='wbclient krb5',
36
		deps='wbclient krb5 com_err',
37
		realname='winbind_krb5_locator.so')
37
		realname='winbind_krb5_locator.so')
38
38
39
bld.SAMBA_SUBSYSTEM('WB_REQTRANS',
39
bld.SAMBA_SUBSYSTEM('WB_REQTRANS',
40
- 

Return to bug 195703