[01/10] secur32: Implement AcquireCredentialsHandle for Kerberos.

Hans Leidekker hans at codeweavers.com
Mon Oct 16 03:47:22 CDT 2017


On Mon, 2017-10-16 at 10:15 +0200, Alexandre Julliard wrote:
> > Hans Leidekker <hans at codeweavers.com> writes:
> 
> > @@ -2,8 +2,8 @@ MODULE    = secur32.dll
> >  IMPORTLIB = secur32
> >  IMPORTS   = netapi32 advapi32
> >  DELAYIMPORTS = crypt32
> > -EXTRAINCL = $(GNUTLS_CFLAGS)
> > -EXTRALIBS = $(SECURITY_LIBS)
> > +EXTRAINCL = $(GNUTLS_CFLAGS) $(GSSAPI_CFLAGS)
> > +EXTRALIBS = $(SECURITY_LIBS) $(GSSAPI_LIBS)
> 
> Shouldn't the library be loaded dynamically?

How do we decide? This library should be available on most Linux
distributions. The configure check fails on macOS because its
version of the Kerberos libraries is too old (unfortunately).




More information about the wine-devel mailing list