[Webkit-unassigned] [Bug 133317] [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 23 07:15:36 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133317





--- Comment #8 from Martin Robinson <mrobinson at webkit.org>  2014-06-23 07:15:54 PST ---
(From update of attachment 232202)
View in context: https://bugs.webkit.org/attachment.cgi?id=232202&action=review

It doesn't look like  ENABLE_SUBTLE_CRYPTO listed in WebKitFeatures.cmake yet or cmakeconfig.h.cmake yet?

> Source/WebCore/PlatformGTK.cmake:727
> +if (ENABLE_SUBTLE_CRYPTO)
> +    list(APPEND WebCore_INCLUDE_DIRECTORIES
> +        ${GNUTLS_INCLUDE_DIRS}
> +    )
> +    list(APPEND WebCore_LIBRARIES
> +        ${GNUTLS_LIBRARIES}
> +    )

You don't need to make this conditional. If you don't look for the package these will be empty.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list