[Webkit-unassigned] [Bug 135694] New: [GTK] The ld version script is not being used
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 7 01:19:08 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=135694
Summary: [GTK] The ld version script is not being used
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: berto at igalia.com
The symbols.filter script contains the list of symbols that are local and visible outside of the webkit library.
Source/cmake/OptionsGTK.cmake contains the following line:
set(VERSION_SCRIPT "-Wl,--version-script,${CMAKE_SOURCE_DIR}/Source/autotools/symbols.filter")
However we don't seem to be using it and that variable is not referenced anywhere else (and that's anyway the old path, it was moved to Tools/gtk when we switched to cmake).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list