[1/5] secur32: Require gnutls for schannel

Alexandre Julliard julliard at winehq.org
Tue Sep 9 04:45:43 CDT 2008


"Henri Verbeet" <hverbeet at gmail.com> writes:

> diff --git a/dlls/secur32/Makefile.in b/dlls/secur32/Makefile.in
> index df9695a..9805d92 100644
> --- a/dlls/secur32/Makefile.in
> +++ b/dlls/secur32/Makefile.in
> @@ -6,6 +6,8 @@ MODULE    = secur32.dll
>  IMPORTLIB = secur32
>  IMPORTS   = netapi32 advapi32 kernel32 ntdll
>  DELAYIMPORTS = crypt32
> +EXTRALIBS = @GNUTLSLIBS@
> +EXTRAINCL = @GNUTLSINCL@

You need to load the library dynamically, we don't want the whole dll to
fail to load if gnutls is missing at run-time.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list