Changeset 112294 in webkit


Ignore:
Timestamp:
Mar 27, 2012 11:58:08 AM (12 years ago)
Author:
kov@webkit.org
Message:

[GTK] Build gnutls without p11-kit support
https://bugs.webkit.org/show_bug.cgi?id=82212

Reviewed by Martin Robinson.

  • gtk/jhbuild.modules: pass --without-p11-kit to gnutls'

configure, to avoid requiring that dependency, which is not used
by libsoup and WebKit anyway

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r112282 r112294  
     12012-03-27  Gustavo Noronha Silva  <gns@gnome.org>
     2
     3        [GTK] Build gnutls without p11-kit support
     4        https://bugs.webkit.org/show_bug.cgi?id=82212
     5
     6        Reviewed by Martin Robinson.
     7
     8        * gtk/jhbuild.modules: pass --without-p11-kit to gnutls'
     9        configure, to avoid requiring that dependency, which is not used
     10        by libsoup and WebKit anyway
     11
    1122012-03-27  Csaba Osztrogonác  <ossy@webkit.org>
    213
  • trunk/Tools/gtk/jhbuild.modules

    r112101 r112294  
    135135
    136136  <autotools id="gnutls"
    137              autogenargs="--enable-ld-version-script --enable-cxx --without-lzo --with-libgcrypt">
     137             autogenargs="--enable-ld-version-script --enable-cxx --without-lzo --with-libgcrypt --without-p11-kit">
    138138    <branch module="/gnu/gnutls/gnutls-2.12.14.tar.bz2" version="2.12.14"
    139139            repo="gnu.org"
Note: See TracChangeset for help on using the changeset viewer.