[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

leandro at webkit.org leandro at webkit.org
Wed Dec 22 12:26:10 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 078ec9ca24f4749c13523b05f71a1db05ee4f376
Author: leandro at webkit.org <leandro at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 23 17:58:06 2010 +0000

    2010-08-23  Leandro Pereira  <leandro at profusion.mobi>
    
            [EFL] Build fix for platforms that do not require linking with "dl".
            CMake includes the variable CMAKE_DL_LIBS that evaluates to the
            platform-specific libraries.
    
            * CMakeListsEfl.txt: Use ${CMAKE_DL_LIBS} instead of dl.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65818 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/efl/CMakeListsEfl.txt b/WebKit/efl/CMakeListsEfl.txt
index a6bb03a..04c1ac7 100644
--- a/WebKit/efl/CMakeListsEfl.txt
+++ b/WebKit/efl/CMakeListsEfl.txt
@@ -52,7 +52,7 @@ LIST(APPEND WebKit_LIBRARIES
     ${FONTCONFIG_LIBRARIES}
     ${PNG_LIBRARY}
     ${JPEG_LIBRARY}
-    dl
+    ${CMAKE_DL_LIBS}
 )
 
 IF (ENABLE_GLIB_SUPPORT)
diff --git a/WebKit/efl/ChangeLog b/WebKit/efl/ChangeLog
index 69a45bc..b190d5c 100644
--- a/WebKit/efl/ChangeLog
+++ b/WebKit/efl/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-23  Leandro Pereira  <leandro at profusion.mobi>
+
+        [EFL] Build fix for platforms that do not require linking with "dl".
+        CMake includes the variable CMAKE_DL_LIBS that evaluates to the
+        platform-specific libraries.
+
+        * CMakeListsEfl.txt: Use ${CMAKE_DL_LIBS} instead of dl.
+
 2010-08-22  Rafael Antognolli  <antognolli at profusion.mobi>
 
         Reviewed by Antonio Gomes.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list