[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

commit-queue at webkit.org commit-queue at webkit.org
Fri Jan 21 14:44:06 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 657f0cfeecc652c0b319972deb09c8b084b255cd
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 28 05:15:57 2010 +0000

    2010-12-27  Ryuan Choi  <ryuan.choi at samsung.com>
    
            Reviewed by David Levin.
    
            [EFL] Change path of eflsymbols.filter
            https://bugs.webkit.org/show_bug.cgi?id=51659
    
            * Sources/cmake/OptionsEfl.cmake:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74707 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 35f66b8..0668b9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-27  Ryuan Choi  <ryuan.choi at samsung.com>
+
+        Reviewed by David Levin.
+
+        [EFL] Change path of eflsymbols.filter
+        https://bugs.webkit.org/show_bug.cgi?id=51659
+
+        * Sources/cmake/OptionsEfl.cmake: 
+
 2010-12-26  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Eric Siedel.
diff --git a/Sources/cmake/OptionsEfl.cmake b/Sources/cmake/OptionsEfl.cmake
index 6632a43..5683a9e 100644
--- a/Sources/cmake/OptionsEfl.cmake
+++ b/Sources/cmake/OptionsEfl.cmake
@@ -58,7 +58,7 @@ SET(WebKit_LIBRARY_NAME ewebkit)
 SET(DATA_DIR ${CMAKE_INSTALL_PREFIX}/share/${WebKit_LIBRARY_NAME}-${PROJECT_VERSION_MAJOR})
 ADD_DEFINITIONS(-DDATA_DIR="${DATA_DIR}")
 
-SET(VERSION_SCRIPT "-Wl,--version-script,${CMAKE_SOURCE_DIR}/cmake/eflsymbols.filter")
+SET(VERSION_SCRIPT "-Wl,--version-script,${CMAKE_MODULE_PATH}/eflsymbols.filter")
 
 WEBKIT_FEATURE(ENABLE_AS_IMAGE "Enable SVG as image" DEFAULT ON SVG)
 WEBKIT_FEATURE(ENABLE_BLOB "Enable blob slice" DEFAULT OFF)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list