Skip to content
  • berto@igalia.com's avatar
    REGRESSION(r160304): [GTK] Disable libtool fast install · c19a7f85
    berto@igalia.com authored
    https://bugs.webkit.org/show_bug.cgi?id=126381
    
    Reviewed by Gustavo Noronha Silva.
    
    .:
    
    Don't disable the libtool fast-install mode unconditionally by
    default.
    
    If the fast-install mode is disabled, binaries are generated ready
    to use the libraries directly from the build tree. If we use the
    GNU linker, those binaries are then relinked when they are
    installed.
    
    However, libtool fails to do it properly when an installation
    prefix is set with DESTDIR, and ends up installing the libtool
    wrappers instead of the actual binaries.
    
    * Source/autotools/SetupLibtool.m4:
    
    Tools:
    
    Disable the libtool fast-install mode in developer/test builds.
    
    In this mode binaries are generated ready to be used directly from
    the build tree. Otherwise they would need to be relinked when they
    are executed, which can take a lot of resources, particularly in
    debug builds.
    
    * Scripts/webkitdirs.pm:
    (runAutogenForAutotoolsProjectIfNecessary):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@161496 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c19a7f85