[Webkit-unassigned] [Bug 138832] New: [GTK] LDFLAGS is ignored when running g-ir-scanner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 18 05:37:16 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=138832

            Bug ID: 138832
           Summary: [GTK] LDFLAGS is ignored when running g-ir-scanner
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lantw44 at gmail.com

GTK+ requires libintl on FreeBSD because there is no gettext
implementation in FreeBSD libc. In order to link to libintl, which is
not located in the default search path of the linker, we need to add
the required path via the linker command line. However, LDFLAGS is
ignored when running g-ir-scanner starting from r167873, so we have
to manually pick required flags from CMAKE_SHARED_LINKER_FLAGS and
put them in correct order to prevent g-ir-scanner from linking to
the installed version of libraries.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141118/d044b155/attachment-0002.html>


More information about the webkit-unassigned mailing list