components/samba/samba/patches/auth_credentials.patch
changeset 4377 b861470645e4
parent 4375 0d601f25ec84
child 4378 787a47626d76
equal deleted inserted replaced
4375:0d601f25ec84 4377:b861470645e4
     1 Source: Home brewed
       
     2 Fixes issues with differences of Solaris krb5 and MIT krb5
       
     3 
       
     4 --- a/auth/credentials/wscript_build	2013-06-13 09:21:02.000000000 +0000
       
     5 +++ samba-4.1.7/auth/credentials/wscript_build	2014-06-23 08:53:43.387234124 +0000
       
     6 @@ -5,7 +5,7 @@
       
     7  	autoproto='credentials_proto.h',
       
     8  	public_headers='credentials.h',
       
     9  	pc_files='samba-credentials.pc',
       
    10 -	deps='LIBCRYPTO errors events LIBCLI_AUTH samba-security CREDENTIALS_SECRETS CREDENTIALS_KRB5',
       
    11 +	deps='LIBCRYPTO errors events LIBCLI_AUTH samba-security gssapi CREDENTIALS_SECRETS CREDENTIALS_KRB5',
       
    12  	vnum='0.0.1'
       
    13  	)
       
    14