[Webkit-unassigned] [Bug 132819] New: [GTK] CMAKE_INSTALL_LIBDIR incorrectly set when LIB_INSTALL_DIR is used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 12 06:07:38 PDT 2014


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

           Summary: [GTK] CMAKE_INSTALL_LIBDIR incorrectly set when
                    LIB_INSTALL_DIR is used
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com


I build webkit with -DLIB_INSTALL_DIR to set the libdir (as the equivalent to the --libdir configure option fo autotools). The libraries are installed in the correct library, since the install cmake command since to properly honor the passed LIB_INSTALL_DIR, but other commands using CMAKE_INSTALL_LIBDIR fail, because CMAKE_INSTALL_LIBDIR doesn't take the passed LIB_INSTALL_DIR into account. This affects the LIBDIR passed as compiler option and used to build the path of the builtin injected bundle lib and also the libdir used to build the pkg-config files.

-- 
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