Skip to content
  • carlosgc@webkit.org's avatar
    REGRESSION(r160304): [GTK] Disable libtool fast install · 94a63ad6
    carlosgc@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=126381
    
    Reviewed by Martin Robinson.
    
    .:
    
    After r160304 we are building some of our binaries that are
    installed with the -no-fast-install ld flag. This makes that the
    binaries are installed with the source code path hardcoded in
    binary RPATH. Disabling fast install globally, the libtool script
    always relinks the binaries right before being installed.
    
    * Source/autotools/SetupLibtool.m4: Add AC_DISABLE_FAST_INSTALL.
    
    Source/JavaScriptCore:
    
    Remove -no-fast-install ld flag since fast install is now disabled
    globally.
    
    * GNUmakefile.am:
    
    Source/WebKit/gtk:
    
    * tests/GNUmakefile.am:
    
    Source/WebKit2:
    
    Remove -no-fast-install ld flag since fast install is now disabled
    globally.
    
    * GNUmakefile.am:
    * UIProcess/API/gtk/tests/GNUmakefile.am:
    
    Tools:
    
    Remove -no-fast-install ld flag since fast install is now disabled
    globally.
    
    * GNUmakefile.am:
    * GtkLauncher/GNUmakefile.am:
    * MiniBrowser/gtk/GNUmakefile.am:
    * TestWebKitAPI/GNUmakefile.am:
    * WebKitTestRunner/GNUmakefile.am:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@161255 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    94a63ad6