Title: [112294] trunk/Tools
Revision
112294
Author
k...@webkit.org
Date
2012-03-27 11:58:08 -0700 (Tue, 27 Mar 2012)

Log 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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (112293 => 112294)


--- trunk/Tools/ChangeLog	2012-03-27 18:56:38 UTC (rev 112293)
+++ trunk/Tools/ChangeLog	2012-03-27 18:58:08 UTC (rev 112294)
@@ -1,3 +1,14 @@
+2012-03-27  Gustavo Noronha Silva  <g...@gnome.org>
+
+        [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
+
 2012-03-27  Csaba Osztrogonác  <o...@webkit.org>
 
         [Qt] Make debug build work on 32 bit

Modified: trunk/Tools/gtk/jhbuild.modules (112293 => 112294)


--- trunk/Tools/gtk/jhbuild.modules	2012-03-27 18:56:38 UTC (rev 112293)
+++ trunk/Tools/gtk/jhbuild.modules	2012-03-27 18:58:08 UTC (rev 112294)
@@ -134,7 +134,7 @@
   </autotools>
 
   <autotools id="gnutls"
-             autogenargs="--enable-ld-version-script --enable-cxx --without-lzo --with-libgcrypt">
+             autogenargs="--enable-ld-version-script --enable-cxx --without-lzo --with-libgcrypt --without-p11-kit">
     <branch module="/gnu/gnutls/gnutls-2.12.14.tar.bz2" version="2.12.14"
             repo="gnu.org"
             hash="sha256:5ee72ba6de7a23cf315792561954451e022dac8730149ca95f93c61e95be2ce3"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to