[Webkit-unassigned] [Bug 126381] REGRESSION(r160304): [GTK] Disable libtool fast install

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 7 09:58:31 PST 2014


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





--- Comment #14 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-01-07 09:56:15 PST ---
(In reply to comment #13)
> (In reply to comment #12)
> > > Do you pass DESTDIR to make install?
> >
> > No, I don't
> 
> libtool doesn't seem to be able to find the .la files that it needs to
> relink the binaries if they are installed in a temporary dir using
> DESTDIR, which is the method that distributors use to package the
> sofware.
> 
> I think I anyway found the solution, if we pass --enable-fast-install
> to configure all binaries will be correctly linked for installation
> and without rpath, so that should be enough.

I expected --enable-fast-install to be the same than removing the AC_DISABLE_FAST_INSTALL macro.

Have you tried it with ld as well?

> Gustavo, what do you think?

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