Title: [185494] trunk/Tools
Revision
185494
Author
[email protected]
Date
2015-06-12 03:03:06 -0700 (Fri, 12 Jun 2015)

Log Message

Fix the libusrsctp build with clang
https://bugs.webkit.org/show_bug.cgi?id=145128

Reviewed by Gyuyoung Kim.

* efl/jhbuild.modules:
* gtk/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (185493 => 185494)


--- trunk/Tools/ChangeLog	2015-06-12 09:25:46 UTC (rev 185493)
+++ trunk/Tools/ChangeLog	2015-06-12 10:03:06 UTC (rev 185494)
@@ -1,3 +1,13 @@
+2015-06-12  Csaba Osztrogonác  <[email protected]>
+
+        Fix the libusrsctp build with clang
+        https://bugs.webkit.org/show_bug.cgi?id=145128
+
+        Reviewed by Gyuyoung Kim.
+
+        * efl/jhbuild.modules:
+        * gtk/jhbuild.modules:
+
 2015-06-11  Mark Lam  <[email protected]>
 
         WebCore::reportException() needs to be able to accept a raw thrown value in addition to Exception objects.

Modified: trunk/Tools/efl/jhbuild.modules (185493 => 185494)


--- trunk/Tools/efl/jhbuild.modules	2015-06-12 09:25:46 UTC (rev 185493)
+++ trunk/Tools/efl/jhbuild.modules	2015-06-12 10:03:06 UTC (rev 185494)
@@ -313,9 +313,9 @@
   </autotools>
 
   <autotools id="libusrsctp" autogen-sh="./bootstrap; ./configure">
-    <branch repo="github.com" module="ossy-szeged/sctp-refimpl/archive/libusrsctp-r9168.tar.gz" version="r9168" checkoutdir="libusrsctp"
-            hash="sha256:c1947e6a67fdc0d12f9f078265141125d0df019c7189d60e24f2331f4b6aaec2"
-            md5sum="468386780c94370b1fb9b446ae3011ad" size="629523">
+    <branch repo="github.com" module="ossy-szeged/sctp-refimpl/archive/libusrsctp-r9168c.tar.gz" version="r9168" checkoutdir="libusrsctp"
+            hash="sha256:5f8913e07dd48ddec71a38f7654b16a1f0c776ab9d491ece624fddd7cefc0e71"
+            md5sum="1cbb17cc8cbe518f7e0a99745b232936" size="629581">
     </branch>
   </autotools>
 

Modified: trunk/Tools/gtk/jhbuild.modules (185493 => 185494)


--- trunk/Tools/gtk/jhbuild.modules	2015-06-12 09:25:46 UTC (rev 185493)
+++ trunk/Tools/gtk/jhbuild.modules	2015-06-12 10:03:06 UTC (rev 185494)
@@ -369,7 +369,7 @@
   </autotools>
 
   <autotools id="libusrsctp" autogen-sh="./bootstrap; ./configure">
-    <branch repo="github.com" module="ossy-szeged/sctp-refimpl.git" checkoutdir="libusrsctp" tag="libusrsctp-r9168"/>
+    <branch repo="github.com" module="ossy-szeged/sctp-refimpl.git" checkoutdir="libusrsctp" tag="libusrsctp-r9168c"/>
    </autotools>
 
    <autotools id="gst-plugins-openwebrtc" supports-parallel-builds="no" autogen-sh="./autogen.sh; ./configure">
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to