Title: [223352] releases/WebKitGTK/webkit-2.18/Tools
Revision
223352
Author
[email protected]
Date
2017-10-16 02:31:04 -0700 (Mon, 16 Oct 2017)

Log Message

Merge r221814 - Unreviewed WPE build fix.

* TestWebKitAPI/PlatformWPE.cmake:
Link WebCore archives into the TestWebCore binary as a group.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.18/Tools/ChangeLog (223351 => 223352)


--- releases/WebKitGTK/webkit-2.18/Tools/ChangeLog	2017-10-16 09:28:12 UTC (rev 223351)
+++ releases/WebKitGTK/webkit-2.18/Tools/ChangeLog	2017-10-16 09:31:04 UTC (rev 223352)
@@ -1,3 +1,10 @@
+2017-09-09  Zan Dobersek  <[email protected]>
+
+        Unreviewed WPE build fix.
+
+        * TestWebKitAPI/PlatformWPE.cmake:
+        Link WebCore archives into the TestWebCore binary as a group.
+
 2017-09-07  Joseph Pecoraro  <[email protected]>
 
         WebKit should claim that it can show responses for a broader range of JSON MIMETypes

Modified: releases/WebKitGTK/webkit-2.18/Tools/TestWebKitAPI/PlatformWPE.cmake (223351 => 223352)


--- releases/WebKitGTK/webkit-2.18/Tools/TestWebKitAPI/PlatformWPE.cmake	2017-10-16 09:28:12 UTC (rev 223351)
+++ releases/WebKitGTK/webkit-2.18/Tools/TestWebKitAPI/PlatformWPE.cmake	2017-10-16 09:31:04 UTC (rev 223352)
@@ -53,7 +53,7 @@
     ${TESTWEBKITAPI_DIR}/Tests/WebCore/PublicSuffix.cpp
 )
 
-target_link_libraries(TestWebCore ${test_webcore_LIBRARIES})
+target_link_libraries(TestWebCore ${test_webcore_LIBRARIES} -Wl,--start-group WebCore WebCoreDerivedSources WebCorePlatformWPE -Wl,--end-group)
 add_dependencies(TestWebCore ${ForwardingHeadersForTestWebKitAPI_NAME})
 
 add_test(TestWebCore ${TESTWEBKITAPI_RUNTIME_OUTPUT_DIRECTORY}/WebCore/TestWebCore)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to