16 Oct
2017
16 Oct
'17
9:47 a.m.
On Mon, 2017-10-16 at 10:15 +0200, Alexandre Julliard wrote:
Hans Leidekker <hans(a)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).